Color spaces of #ddcacd
RGB | 221 | 202 | 205 |
---|---|---|---|
HSL | 0.97 | 0.22 | 0.83 |
HSV | 351° | 9° | 87° |
CMYK | 0.00 | 0.09 | 0.07 0.13 |
XYZ | 61.9588 | 62.0210 | 66.4633 |
Yxy | 62.0210 | 0.3253 | 0.3257 |
Hunter Lab | 78.7534 | 2.6154 | 5.0901 |
CIE-Lab | 82.9246 | 7.1366 | 0.9031 |
#ddcacd color RGB value is (221,202,205).
#ddcacd hex color red value is 221, green value is 202 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ddcacd hue: 0.97 , saturation: 0.22 and the lightness value of ddcacd is 0.83.
The process color (four color CMYK) of #ddcacd color hex is 0.00, 0.09, 0.07, 0.13. Web safe color of #ddcacd is #cccccc. Color #ddcacd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11001010 | 11001101 |
Octal | 335 | 312 | 315 |
Decimal | 221 | 202 | 205 |
Hex | DD | CA | CD |
Shades of #ddcacd
Tints of #ddcacd
RGB Percentages of Color #ddcacd
CMYK Percentages of Color #ddcacd
Complementary Color
#ddcacd | #caddda |
#ddcacd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddcacd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddcacd Color CSS Codes
.mybgcolor {background-color:#ddcacd; } .myforecolor {color:#ddcacd; } .mybordercolor {border:3px solid #ddcacd; }
#ddcacd Text Font Color
<p style="color:#ddcacd">Text here</p>
This sample text font color is #ddcacd
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.
#ddcacd Background Color
<div style="background-color:#ddcacd">
Div content here</div>
This div background color is #ddcacd
#ddcacd Border Color
<div style="border:3px solid #ddcacd">
Div here</div>
This div border color is #ddcacd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,202,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddcacd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddcacd; -webkit-box-shadow: 1px 1px 3px 2px #ddcacd; box-shadow: 1px 1px 3px 2px #ddcacd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,202,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddcacd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddcacd; -webkit-box-shadow: 1px 1px 3px 2px #ddcacd; box-shadow: 1px 1px 3px 2px #ddcacd;">
Div content here</div>
This div box has shadow with color #ddcacd
Comments
No comments written yet.
Please login to write comment.