Color spaces of #cfe1dd
RGB | 207 | 225 | 221 |
---|---|---|---|
HSL | 0.46 | 0.23 | 0.85 |
HSV | 167° | 8° | 88° |
CMYK | 0.08 | 0.00 | 0.02 0.12 |
XYZ | 65.7085 | 72.3363 | 78.9057 |
Yxy | 72.3363 | 0.3029 | 0.3334 |
Hunter Lab | 85.0507 | -10.9333 | 4.5293 |
CIE-Lab | 88.1302 | -6.7264 | -0.1092 |
#cfe1dd color RGB value is (207,225,221).
#cfe1dd hex color red value is 207, green value is 225 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cfe1dd hue: 0.46 , saturation: 0.23 and the lightness value of cfe1dd is 0.85.
The process color (four color CMYK) of #cfe1dd color hex is 0.08, 0.00, 0.02, 0.12. Web safe color of #cfe1dd is #cccccc. Color #cfe1dd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11100001 | 11011101 |
Octal | 317 | 341 | 335 |
Decimal | 207 | 225 | 221 |
Hex | CF | E1 | DD |
Shades of #cfe1dd
Tints of #cfe1dd
RGB Percentages of Color #cfe1dd
CMYK Percentages of Color #cfe1dd
Complementary Color
#cfe1dd | #e1cfd3 |
#cfe1dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfe1dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfe1dd Color CSS Codes
.mybgcolor {background-color:#cfe1dd; } .myforecolor {color:#cfe1dd; } .mybordercolor {border:3px solid #cfe1dd; }
#cfe1dd Text Font Color
<p style="color:#cfe1dd">Text here</p>
This sample text font color is #cfe1dd
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.
#cfe1dd Background Color
<div style="background-color:#cfe1dd">
Div content here</div>
This div background color is #cfe1dd
#cfe1dd Border Color
<div style="border:3px solid #cfe1dd">
Div here</div>
This div border color is #cfe1dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,225,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfe1dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfe1dd; -webkit-box-shadow: 1px 1px 3px 2px #cfe1dd; box-shadow: 1px 1px 3px 2px #cfe1dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,225,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 #cfe1dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfe1dd; -webkit-box-shadow: 1px 1px 3px 2px #cfe1dd; box-shadow: 1px 1px 3px 2px #cfe1dd;">
Div content here</div>
This div box has shadow with color #cfe1dd
Comments
No comments written yet.
Please login to write comment.