Shades of White Ice #CEF2E2
Tints of White Ice #CEF2E2
RGB
CMYK
RGB Variations
Color information
#CEF2E2 (or 0xCEF2E2) is known color: White Ice. HEX triplet: CE, F2 and E2. RGB value is (206,242,226). Sum of RGB (Red+Green+Blue) = 206+242+226=674 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.56% from 674); Green value is 242 (94.92% from 255 or 35.91% from 674); Blue value is 226 (88.67% from 255 or 33.53% from 674); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF2E2 is #310D1D. Grayscale: #E5E5E5. Windows color (decimal): -3214622 or 14873294. OLE color: 14873294.
HSL color Cylindrical-coordinate representation of color #CEF2E2: hue angle of 153.33º 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 #CEF2E2 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 226 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.05 |
| HSL | 153.33º | 0.58% | 0.88% | - |
| HSV(B) | 153.33º | 0.15% | 0.95% | - |
| XYZ | 70.93 | 82.12 | 84.06 | - |
| YUV | 229.41 | 126.07 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 226 | 0.15 | 0 | 0.07 | 0.05 | 153.33 | 0.58 | 0.88 |
| Hex | CE | F2 | E2 | F | 0 | 7 | 5 | 99 | 3A | 58 |
| Octal | 316 | 362 | 342 | 17 | 0 | 7 | 5 | 231 | 72 | 130 |
| Binary | 11001110 | 11110010 | 11100010 | 1111 | 0 | 111 | 101 | 10011001 | 111010 | 1011000 |
Color Harmonies of #CEF2E2
Complementary color
Monochromatic Colors of #CEF2E2
Black with #CEF2E2
Text Example
Text Example
White with #CEF2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF2E2; }
p { color: rgb(206,242,226); }
H1.HeaderClassName
{
color: #CEF2E2;
}
.AnyTagClassName
{
color: #CEF2E2;
}
</style>
background-color css
<style>
a { background-color: #CEF2E2; }
a { background-color: rgb(206,242,226); }
div.DivClassName
{
background-color: #CEF2E2;
}
.BgClassName
{
background-color: #CEF2E2;
}
</style>
border-color css
<style>
span { border-color: #CEF2E2; }
span { border-color: rgb(206,242,226); }
td.TdClassName
{
border-color: #CEF2E2;
}
.TagClassName
{
border-color: #CEF2E2;
}
</style>