Shades of White Ice #CEF2E1
Tints of White Ice #CEF2E1
RGB
CMYK
RGB Variations
Color information
#CEF2E1 (or 0xCEF2E1) is known color: White Ice. HEX triplet: CE, F2 and E1. RGB value is (206,242,225). Sum of RGB (Red+Green+Blue) = 206+242+225=673 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.61% from 673); Green value is 242 (94.92% from 255 or 35.96% from 673); Blue value is 225 (88.28% from 255 or 33.43% from 673); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF2E1 is #310D1E. Grayscale: #E5E5E5. Windows color (decimal): -3214623 or 14807758. OLE color: 14807758.
HSL color Cylindrical-coordinate representation of color #CEF2E1: hue angle of 151.67º 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 #CEF2E1 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 225 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.05 |
| HSL | 151.67º | 0.58% | 0.88% | - |
| HSV(B) | 151.67º | 0.15% | 0.95% | - |
| XYZ | 70.8 | 82.06 | 83.34 | - |
| YUV | 229.3 | 125.57 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 225 | 0.15 | 0 | 0.07 | 0.05 | 151.67 | 0.58 | 0.88 |
| Hex | CE | F2 | E1 | F | 0 | 7 | 5 | 98 | 3A | 58 |
| Octal | 316 | 362 | 341 | 17 | 0 | 7 | 5 | 230 | 72 | 130 |
| Binary | 11001110 | 11110010 | 11100001 | 1111 | 0 | 111 | 101 | 10011000 | 111010 | 1011000 |
Color Harmonies of #CEF2E1
Complementary color
Monochromatic Colors of #CEF2E1
Black with #CEF2E1
Text Example
Text Example
White with #CEF2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF2E1; }
p { color: rgb(206,242,225); }
H1.HeaderClassName
{
color: #CEF2E1;
}
.AnyTagClassName
{
color: #CEF2E1;
}
</style>
background-color css
<style>
a { background-color: #CEF2E1; }
a { background-color: rgb(206,242,225); }
div.DivClassName
{
background-color: #CEF2E1;
}
.BgClassName
{
background-color: #CEF2E1;
}
</style>
border-color css
<style>
span { border-color: #CEF2E1; }
span { border-color: rgb(206,242,225); }
td.TdClassName
{
border-color: #CEF2E1;
}
.TagClassName
{
border-color: #CEF2E1;
}
</style>