Shades of White Ice #CEF2DD
Tints of White Ice #CEF2DD
RGB
CMYK
RGB Variations
Color information
#CEF2DD (or 0xCEF2DD) is known color: White Ice. HEX triplet: CE, F2 and DD. RGB value is (206,242,221). Sum of RGB (Red+Green+Blue) = 206+242+221=669 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.79% from 669); Green value is 242 (94.92% from 255 or 36.17% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF2DD is #310D22. Grayscale: #E4E4E4. Windows color (decimal): -3214627 or 14545614. OLE color: 14545614.
HSL color Cylindrical-coordinate representation of color #CEF2DD: hue angle of 145º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEF2DD is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 221 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.05 |
| HSL | 145º | 0.58% | 0.88% | - |
| HSV(B) | 145º | 0.15% | 0.95% | - |
| XYZ | 70.26 | 81.85 | 80.5 | - |
| YUV | 228.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 221 | 0.15 | 0 | 0.09 | 0.05 | 145 | 0.58 | 0.88 |
| Hex | CE | F2 | DD | F | 0 | 9 | 5 | 91 | 3A | 58 |
| Octal | 316 | 362 | 335 | 17 | 0 | 11 | 5 | 221 | 72 | 130 |
| Binary | 11001110 | 11110010 | 11011101 | 1111 | 0 | 1001 | 101 | 10010001 | 111010 | 1011000 |
Color Harmonies of #CEF2DD
Complementary color
Monochromatic Colors of #CEF2DD
Black with #CEF2DD
Text Example
Text Example
White with #CEF2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF2DD; }
p { color: rgb(206,242,221); }
H1.HeaderClassName
{
color: #CEF2DD;
}
.AnyTagClassName
{
color: #CEF2DD;
}
</style>
background-color css
<style>
a { background-color: #CEF2DD; }
a { background-color: rgb(206,242,221); }
div.DivClassName
{
background-color: #CEF2DD;
}
.BgClassName
{
background-color: #CEF2DD;
}
</style>
border-color css
<style>
span { border-color: #CEF2DD; }
span { border-color: rgb(206,242,221); }
td.TdClassName
{
border-color: #CEF2DD;
}
.TagClassName
{
border-color: #CEF2DD;
}
</style>