Shades of White Ice #CEF4DD
Tints of White Ice #CEF4DD
RGB
CMYK
RGB Variations
Color information
#CEF4DD (or 0xCEF4DD) is known color: White Ice. HEX triplet: CE, F4 and DD. RGB value is (206,244,221). Sum of RGB (Red+Green+Blue) = 206+244+221=671 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.70% from 671); Green value is 244 (95.70% from 255 or 36.36% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF4DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF4DD is #310B22. Grayscale: #E6E6E6. Windows color (decimal): -3214115 or 14546126. OLE color: 14546126.
HSL color Cylindrical-coordinate representation of color #CEF4DD: hue angle of 143.68º 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 #CEF4DD is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 244 | 221 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.04 |
| HSL | 143.68º | 0.63% | 0.88% | - |
| HSV(B) | 143.68º | 0.16% | 0.96% | - |
| XYZ | 70.86 | 83.04 | 80.7 | - |
| YUV | 230.02 | 122.91 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 244 | 221 | 0.16 | 0 | 0.09 | 0.04 | 143.68 | 0.63 | 0.88 |
| Hex | CE | F4 | DD | 10 | 0 | 9 | 4 | 90 | 3F | 58 |
| Octal | 316 | 364 | 335 | 20 | 0 | 11 | 4 | 220 | 77 | 130 |
| Binary | 11001110 | 11110100 | 11011101 | 10000 | 0 | 1001 | 100 | 10010000 | 111111 | 1011000 |
Color Harmonies of #CEF4DD
Complementary color
Monochromatic Colors of #CEF4DD
Black with #CEF4DD
Text Example
Text Example
White with #CEF4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF4DD; }
p { color: rgb(206,244,221); }
H1.HeaderClassName
{
color: #CEF4DD;
}
.AnyTagClassName
{
color: #CEF4DD;
}
</style>
background-color css
<style>
a { background-color: #CEF4DD; }
a { background-color: rgb(206,244,221); }
div.DivClassName
{
background-color: #CEF4DD;
}
.BgClassName
{
background-color: #CEF4DD;
}
</style>
border-color css
<style>
span { border-color: #CEF4DD; }
span { border-color: rgb(206,244,221); }
td.TdClassName
{
border-color: #CEF4DD;
}
.TagClassName
{
border-color: #CEF4DD;
}
</style>