Color spaces of #dfccda
RGB | 223 | 204 | 218 |
---|---|---|---|
HSL | 0.88 | 0.23 | 0.84 |
HSV | 316° | 9° | 87° |
CMYK | 0.00 | 0.09 | 0.02 0.13 |
XYZ | 64.6792 | 63.9357 | 75.2615 |
Yxy | 63.9357 | 0.3172 | 0.3136 |
Hunter Lab | 79.9598 | 4.4584 | 0.1656 |
CIE-Lab | 83.9323 | 9.0475 | -4.5377 |
#dfccda color RGB value is (223,204,218).
#dfccda hex color red value is 223, green value is 204 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dfccda hue: 0.88 , saturation: 0.23 and the lightness value of dfccda is 0.84.
The process color (four color CMYK) of #dfccda color hex is 0.00, 0.09, 0.02, 0.13. Web safe color of #dfccda is #cccccc. Color #dfccda contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11001100 | 11011010 |
Octal | 337 | 314 | 332 |
Decimal | 223 | 204 | 218 |
Hex | DF | CC | DA |
Shades of #dfccda
Tints of #dfccda
RGB Percentages of Color #dfccda
CMYK Percentages of Color #dfccda
Complementary Color
#dfccda | #ccdfd1 |
#dfccda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfccda Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfccda Color CSS Codes
.mybgcolor {background-color:#dfccda; } .myforecolor {color:#dfccda; } .mybordercolor {border:3px solid #dfccda; }
#dfccda Text Font Color
<p style="color:#dfccda">Text here</p>
This sample text font color is #dfccda
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.
#dfccda Background Color
<div style="background-color:#dfccda">
Div content here</div>
This div background color is #dfccda
#dfccda Border Color
<div style="border:3px solid #dfccda">
Div here</div>
This div border color is #dfccda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,204,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfccda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfccda; -webkit-box-shadow: 1px 1px 3px 2px #dfccda; box-shadow: 1px 1px 3px 2px #dfccda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,204,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfccda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfccda; -webkit-box-shadow: 1px 1px 3px 2px #dfccda; box-shadow: 1px 1px 3px 2px #dfccda;">
Div content here</div>
This div box has shadow with color #dfccda
Comments
No comments written yet.
Please login to write comment.