Shades of White Ice #CFEDDF
Tints of White Ice #CFEDDF
RGB
CMYK
RGB Variations
Color information
#CFEDDF (or 0xCFEDDF) is known color: White Ice. HEX triplet: CF, ED and DF. RGB value is (207,237,223). Sum of RGB (Red+Green+Blue) = 207+237+223=667 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.03% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDDF is #301220. Grayscale: #E2E2E2. Windows color (decimal): -3150369 or 14675407. OLE color: 14675407.
HSL color Cylindrical-coordinate representation of color #CFEDDF: hue angle of 152º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEDDF is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 237 | 223 | - |
CMYK | 0.13 | 0 | 0.06 | 0.07 |
HSL | 152º | 0.45% | 0.87% | - |
HSV(B) | 152º | 0.13% | 0.93% | - |
XYZ | 69.34 | 79.16 | 81.44 | - |
YUV | 226.43 | 126.06 | 114.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 237 | 223 | 0.13 | 0 | 0.06 | 0.07 | 152 | 0.45 | 0.87 |
Hex | CF | ED | DF | D | 0 | 6 | 7 | 98 | 2D | 57 |
Octal | 317 | 355 | 337 | 15 | 0 | 6 | 7 | 230 | 55 | 127 |
Binary | 11001111 | 11101101 | 11011111 | 1101 | 0 | 110 | 111 | 10011000 | 101101 | 1010111 |
Color Harmonies of #CFEDDF
Complementary color
Monochromatic Colors of #CFEDDF
Black with #CFEDDF
Text Example
Text Example
White with #CFEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDDF; }
p { color: rgb(207,237,223); }
H1.HeaderClassName
{
color: #CFEDDF;
}
.AnyTagClassName
{
color: #CFEDDF;
}
</style>
background-color css
<style>
a { background-color: #CFEDDF; }
a { background-color: rgb(207,237,223); }
div.DivClassName
{
background-color: #CFEDDF;
}
.BgClassName
{
background-color: #CFEDDF;
}
</style>
border-color css
<style>
span { border-color: #CFEDDF; }
span { border-color: rgb(207,237,223); }
td.TdClassName
{
border-color: #CFEDDF;
}
.TagClassName
{
border-color: #CFEDDF;
}
</style>