Color spaces of #dda9bc
RGB | 221 | 169 | 188 |
---|---|---|---|
HSL | 0.94 | 0.43 | 0.76 |
HSV | 338° | 24° | 87° |
CMYK | 0.00 | 0.24 | 0.15 0.13 |
XYZ | 53.0839 | 47.3789 | 53.9242 |
Yxy | 47.3789 | 0.3438 | 0.3069 |
Hunter Lab | 68.8323 | 17.2037 | 1.7340 |
CIE-Lab | 74.4315 | 21.9697 | -2.3194 |
#dda9bc color RGB value is (221,169,188).
#dda9bc hex color red value is 221, green value is 169 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dda9bc hue: 0.94 , saturation: 0.43 and the lightness value of dda9bc is 0.76.
The process color (four color CMYK) of #dda9bc color hex is 0.00, 0.24, 0.15, 0.13. Web safe color of #dda9bc is #cc99cc. Color #dda9bc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10101001 | 10111100 |
Octal | 335 | 251 | 274 |
Decimal | 221 | 169 | 188 |
Hex | DD | A9 | BC |
Shades of #dda9bc
Tints of #dda9bc
RGB Percentages of Color #dda9bc
CMYK Percentages of Color #dda9bc
Complementary Color
#dda9bc | #a9ddca |
#dda9bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dda9bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#dda9bc Color CSS Codes
.mybgcolor {background-color:#dda9bc; } .myforecolor {color:#dda9bc; } .mybordercolor {border:3px solid #dda9bc; }
#dda9bc Text Font Color
<p style="color:#dda9bc">Text here</p>
This sample text font color is #dda9bc
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.
#dda9bc Background Color
<div style="background-color:#dda9bc">
Div content here</div>
This div background color is #dda9bc
#dda9bc Border Color
<div style="border:3px solid #dda9bc">
Div here</div>
This div border color is #dda9bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,169,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dda9bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dda9bc; -webkit-box-shadow: 1px 1px 3px 2px #dda9bc; box-shadow: 1px 1px 3px 2px #dda9bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,169,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dda9bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dda9bc; -webkit-box-shadow: 1px 1px 3px 2px #dda9bc; box-shadow: 1px 1px 3px 2px #dda9bc;">
Div content here</div>
This div box has shadow with color #dda9bc
Comments
No comments written yet.
Please login to write comment.