Shades of White Ice #CEF4DE
Tints of White Ice #CEF4DE
RGB
CMYK
RGB Variations
Color information
#CEF4DE (or 0xCEF4DE) is known color: White Ice. HEX triplet: CE, F4 and DE. RGB value is (206,244,222). Sum of RGB (Red+Green+Blue) = 206+244+222=672 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.65% from 672); Green value is 244 (95.70% from 255 or 36.31% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF4DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF4DE is #310B21. Grayscale: #E6E6E6. Windows color (decimal): -3214114 or 14611662. OLE color: 14611662.
HSL color Cylindrical-coordinate representation of color #CEF4DE: hue angle of 145.26º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEF4DE is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 244 | 222 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.04 |
| HSL | 145.26º | 0.63% | 0.88% | - |
| HSV(B) | 145.26º | 0.16% | 0.96% | - |
| XYZ | 70.99 | 83.1 | 81.41 | - |
| YUV | 230.13 | 123.41 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 244 | 222 | 0.16 | 0 | 0.09 | 0.04 | 145.26 | 0.63 | 0.88 |
| Hex | CE | F4 | DE | 10 | 0 | 9 | 4 | 91 | 3F | 58 |
| Octal | 316 | 364 | 336 | 20 | 0 | 11 | 4 | 221 | 77 | 130 |
| Binary | 11001110 | 11110100 | 11011110 | 10000 | 0 | 1001 | 100 | 10010001 | 111111 | 1011000 |
Color Harmonies of #CEF4DE
Complementary color
Monochromatic Colors of #CEF4DE
Black with #CEF4DE
Text Example
Text Example
White with #CEF4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF4DE; }
p { color: rgb(206,244,222); }
H1.HeaderClassName
{
color: #CEF4DE;
}
.AnyTagClassName
{
color: #CEF4DE;
}
</style>
background-color css
<style>
a { background-color: #CEF4DE; }
a { background-color: rgb(206,244,222); }
div.DivClassName
{
background-color: #CEF4DE;
}
.BgClassName
{
background-color: #CEF4DE;
}
</style>
border-color css
<style>
span { border-color: #CEF4DE; }
span { border-color: rgb(206,244,222); }
td.TdClassName
{
border-color: #CEF4DE;
}
.TagClassName
{
border-color: #CEF4DE;
}
</style>