Color spaces of #cfd0dd
RGB | 207 | 208 | 221 |
---|---|---|---|
HSL | 0.65 | 0.17 | 0.84 |
HSV | 236° | 6° | 87° |
CMYK | 0.06 | 0.06 | 0.00 0.13 |
XYZ | 61.3391 | 63.5976 | 77.4493 |
Yxy | 63.5976 | 0.3031 | 0.3142 |
Hunter Lab | 79.7481 | -2.2640 | -1.7572 |
CIE-Lab | 83.7558 | 2.1035 | -6.5391 |
#cfd0dd color RGB value is (207,208,221).
#cfd0dd hex color red value is 207, green value is 208 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cfd0dd hue: 0.65 , saturation: 0.17 and the lightness value of cfd0dd is 0.84.
The process color (four color CMYK) of #cfd0dd color hex is 0.06, 0.06, 0.00, 0.13. Web safe color of #cfd0dd is #cccccc. Color #cfd0dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11010000 | 11011101 |
Octal | 317 | 320 | 335 |
Decimal | 207 | 208 | 221 |
Hex | CF | D0 | DD |
Shades of #cfd0dd
Tints of #cfd0dd
RGB Percentages of Color #cfd0dd
CMYK Percentages of Color #cfd0dd
Complementary Color
#cfd0dd | #dddccf |
#cfd0dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfd0dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfd0dd Color CSS Codes
.mybgcolor {background-color:#cfd0dd; } .myforecolor {color:#cfd0dd; } .mybordercolor {border:3px solid #cfd0dd; }
#cfd0dd Text Font Color
<p style="color:#cfd0dd">Text here</p>
This sample text font color is #cfd0dd
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.
#cfd0dd Background Color
<div style="background-color:#cfd0dd">
Div content here</div>
This div background color is #cfd0dd
#cfd0dd Border Color
<div style="border:3px solid #cfd0dd">
Div here</div>
This div border color is #cfd0dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,208,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfd0dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfd0dd; -webkit-box-shadow: 1px 1px 3px 2px #cfd0dd; box-shadow: 1px 1px 3px 2px #cfd0dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,208,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfd0dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfd0dd; -webkit-box-shadow: 1px 1px 3px 2px #cfd0dd; box-shadow: 1px 1px 3px 2px #cfd0dd;">
Div content here</div>
This div box has shadow with color #cfd0dd
Comments
No comments written yet.
Please login to write comment.