Color spaces of #dda9cc
RGB | 221 | 169 | 204 |
---|---|---|---|
HSL | 0.89 | 0.43 | 0.76 |
HSV | 320° | 24° | 87° |
CMYK | 0.00 | 0.24 | 0.08 0.13 |
XYZ | 54.9058 | 48.1077 | 63.5186 |
Yxy | 48.1077 | 0.3297 | 0.2889 |
Hunter Lab | 69.3597 | 19.9228 | -5.7451 |
CIE-Lab | 74.8928 | 24.6391 | -10.4013 |
#dda9cc color RGB value is (221,169,204).
#dda9cc hex color red value is 221, green value is 169 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dda9cc hue: 0.89 , saturation: 0.43 and the lightness value of dda9cc is 0.76.
The process color (four color CMYK) of #dda9cc color hex is 0.00, 0.24, 0.08, 0.13. Web safe color of #dda9cc is #cc99cc. Color #dda9cc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10101001 | 11001100 |
Octal | 335 | 251 | 314 |
Decimal | 221 | 169 | 204 |
Hex | DD | A9 | CC |
Shades of #dda9cc
Tints of #dda9cc
RGB Percentages of Color #dda9cc
CMYK Percentages of Color #dda9cc
Complementary Color
#dda9cc | #a9ddba |
#dda9cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dda9cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#dda9cc Color CSS Codes
.mybgcolor {background-color:#dda9cc; } .myforecolor {color:#dda9cc; } .mybordercolor {border:3px solid #dda9cc; }
#dda9cc Text Font Color
<p style="color:#dda9cc">Text here</p>
This sample text font color is #dda9cc
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.
#dda9cc Background Color
<div style="background-color:#dda9cc">
Div content here</div>
This div background color is #dda9cc
#dda9cc Border Color
<div style="border:3px solid #dda9cc">
Div here</div>
This div border color is #dda9cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,169,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dda9cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dda9cc; -webkit-box-shadow: 1px 1px 3px 2px #dda9cc; box-shadow: 1px 1px 3px 2px #dda9cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,169,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dda9cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dda9cc; -webkit-box-shadow: 1px 1px 3px 2px #dda9cc; box-shadow: 1px 1px 3px 2px #dda9cc;">
Div content here</div>
This div box has shadow with color #dda9cc
Comments
No comments written yet.
Please login to write comment.