Color spaces of #ddcfca
RGB | 221 | 207 | 202 |
---|---|---|---|
HSL | 0.04 | 0.22 | 0.83 |
HSV | 16° | 9° | 87° |
CMYK | 0.00 | 0.06 | 0.09 0.13 |
XYZ | 62.7923 | 64.2621 | 64.9714 |
Yxy | 64.2621 | 0.3270 | 0.3347 |
Hunter Lab | 80.1636 | -0.4671 | 8.0609 |
CIE-Lab | 84.1020 | 3.9967 | 4.2122 |
#ddcfca color RGB value is (221,207,202).
#ddcfca hex color red value is 221, green value is 207 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ddcfca hue: 0.04 , saturation: 0.22 and the lightness value of ddcfca is 0.83.
The process color (four color CMYK) of #ddcfca color hex is 0.00, 0.06, 0.09, 0.13. Web safe color of #ddcfca is #cccccc. Color #ddcfca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11001111 | 11001010 |
Octal | 335 | 317 | 312 |
Decimal | 221 | 207 | 202 |
Hex | DD | CF | CA |
Shades of #ddcfca
Tints of #ddcfca
RGB Percentages of Color #ddcfca
CMYK Percentages of Color #ddcfca
Complementary Color
#ddcfca | #cad8dd |
#ddcfca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddcfca Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddcfca Color CSS Codes
.mybgcolor {background-color:#ddcfca; } .myforecolor {color:#ddcfca; } .mybordercolor {border:3px solid #ddcfca; }
#ddcfca Text Font Color
<p style="color:#ddcfca">Text here</p>
This sample text font color is #ddcfca
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.
#ddcfca Background Color
<div style="background-color:#ddcfca">
Div content here</div>
This div background color is #ddcfca
#ddcfca Border Color
<div style="border:3px solid #ddcfca">
Div here</div>
This div border color is #ddcfca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,207,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddcfca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddcfca; -webkit-box-shadow: 1px 1px 3px 2px #ddcfca; box-shadow: 1px 1px 3px 2px #ddcfca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,207,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddcfca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddcfca; -webkit-box-shadow: 1px 1px 3px 2px #ddcfca; box-shadow: 1px 1px 3px 2px #ddcfca;">
Div content here</div>
This div box has shadow with color #ddcfca
Comments
No comments written yet.
Please login to write comment.