Color spaces of #dddfca
RGB | 221 | 223 | 202 |
---|---|---|---|
HSL | 0.18 | 0.25 | 0.83 |
HSV | 66° | 9° | 87° |
CMYK | 0.01 | 0.00 | 0.09 0.13 |
XYZ | 66.8671 | 72.4118 | 66.3297 |
Yxy | 72.4118 | 0.3252 | 0.3522 |
Hunter Lab | 85.0951 | -8.6525 | 13.3514 |
CIE-Lab | 88.1664 | -4.2991 | 10.0545 |
#dddfca color RGB value is (221,223,202).
#dddfca hex color red value is 221, green value is 223 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dddfca hue: 0.18 , saturation: 0.25 and the lightness value of dddfca is 0.83.
The process color (four color CMYK) of #dddfca color hex is 0.01, 0.00, 0.09, 0.13. Web safe color of #dddfca is #cccccc. Color #dddfca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11011111 | 11001010 |
Octal | 335 | 337 | 312 |
Decimal | 221 | 223 | 202 |
Hex | DD | DF | CA |
Shades of #dddfca
Tints of #dddfca
RGB Percentages of Color #dddfca
CMYK Percentages of Color #dddfca
Complementary Color
#dddfca | #cccadf |
#dddfca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dddfca Color Preview on White Background
Lorem ipsum dolor sit amet.
#dddfca Color CSS Codes
.mybgcolor {background-color:#dddfca; } .myforecolor {color:#dddfca; } .mybordercolor {border:3px solid #dddfca; }
#dddfca Text Font Color
<p style="color:#dddfca">Text here</p>
This sample text font color is #dddfca
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.
#dddfca Background Color
<div style="background-color:#dddfca">
Div content here</div>
This div background color is #dddfca
#dddfca Border Color
<div style="border:3px solid #dddfca">
Div here</div>
This div border color is #dddfca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,223,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dddfca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dddfca; -webkit-box-shadow: 1px 1px 3px 2px #dddfca; box-shadow: 1px 1px 3px 2px #dddfca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,223,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 #dddfca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dddfca; -webkit-box-shadow: 1px 1px 3px 2px #dddfca; box-shadow: 1px 1px 3px 2px #dddfca;">
Div content here</div>
This div box has shadow with color #dddfca
#dddfca Color Palettes
Comments
No comments written yet.
Please login to write comment.