Color Hex Logo

#dda8bd Color Hex

#DDA8BD
(221,168,189)
0 Favorites   0 Comments

Color spaces of #dda8bd

RGB 221168189
HSL0.930.440.76
HSV336°24°87°
CMYK 0.000.240.14   0.13
XYZ53.006747.051554.4322
Yxy47.05150.34310.3046
Hunter Lab68.594117.89780.9668
CIE-Lab74.222722.6700-3.1747

#dda8bd color RGB value is (221,168,189).

#dda8bd hex color red value is 221, green value is 168 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dda8bd hue: 0.93 , saturation: 0.44 and the lightness value of dda8bd is 0.76.

The process color (four color CMYK) of #dda8bd color hex is 0.00, 0.24, 0.14, 0.13. Web safe color of #dda8bd is #cc99cc. Color #dda8bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101000 10111101
Octal 335 250 275
Decimal 221 168 189
Hex DD A8 BD

RGB Percentages of Color #dda8bd

%38.24
%29.07
%32.70

CMYK Percentages of Color #dda8bd

%0
%24
%14
%13

Triadic Colors of #dda8bd

#dda8bd #bddda8 #a8bddd

Analogous Colors of #dda8bd

#dda8bd #ddaea8 #dda8d8

Monochromatic Colors of #dda8bd

#dda8bd

Complementary Color

#dda8bd #a8ddc8

#dda8bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda8bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda8bd Color CSS Codes

.mybgcolor {background-color:#dda8bd; } 
.myforecolor {color:#dda8bd; }
.mybordercolor {border:3px solid #dda8bd; }

#dda8bd Text Font Color

<p style="color:#dda8bd">Text here</p>

This sample text font color is #dda8bd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dda8bd Background Color

<div style="background-color:#dda8bd">
Div content here</div>

This div background color is #dda8bd


#dda8bd Border Color

<div style="border:3px solid #dda8bd">
Div here</div>

This div border color is #dda8bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,168,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dda8bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dda8bd;
  -webkit-box-shadow: 1px 1px 3px 2px #dda8bd;
  box-shadow:         1px 1px 3px 2px #dda8bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,168,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dda8bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dda8bd;
  -webkit-box-shadow: 1px 1px 3px 2px #dda8bd;
  box-shadow:         1px 1px 3px 2px #dda8bd;">
Div content here</div>

This div box has shadow with color #dda8bd


Comments

No comments written yet.

Please login to write comment.