Shades of White Ice #CEF4E2
Tints of White Ice #CEF4E2
RGB
CMYK
RGB Variations
Color information
#CEF4E2 (or 0xCEF4E2) is known color: White Ice. HEX triplet: CE, F4 and E2. RGB value is (206,244,226). Sum of RGB (Red+Green+Blue) = 206+244+226=676 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.47% from 676); Green value is 244 (95.70% from 255 or 36.09% from 676); Blue value is 226 (88.67% from 255 or 33.43% from 676); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF4E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF4E2 is #310B1D. Grayscale: #E6E6E6. Windows color (decimal): -3214110 or 14873806. OLE color: 14873806.
HSL color Cylindrical-coordinate representation of color #CEF4E2: hue angle of 151.58º 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 #CEF4E2 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 244 | 226 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.04 |
| HSL | 151.58º | 0.63% | 0.88% | - |
| HSV(B) | 151.58º | 0.16% | 0.96% | - |
| XYZ | 71.53 | 83.31 | 84.26 | - |
| YUV | 230.59 | 125.41 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 244 | 226 | 0.16 | 0 | 0.07 | 0.04 | 151.58 | 0.63 | 0.88 |
| Hex | CE | F4 | E2 | 10 | 0 | 7 | 4 | 98 | 3F | 58 |
| Octal | 316 | 364 | 342 | 20 | 0 | 7 | 4 | 230 | 77 | 130 |
| Binary | 11001110 | 11110100 | 11100010 | 10000 | 0 | 111 | 100 | 10011000 | 111111 | 1011000 |
Color Harmonies of #CEF4E2
Complementary color
Monochromatic Colors of #CEF4E2
Black with #CEF4E2
Text Example
Text Example
White with #CEF4E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF4E2; }
p { color: rgb(206,244,226); }
H1.HeaderClassName
{
color: #CEF4E2;
}
.AnyTagClassName
{
color: #CEF4E2;
}
</style>
background-color css
<style>
a { background-color: #CEF4E2; }
a { background-color: rgb(206,244,226); }
div.DivClassName
{
background-color: #CEF4E2;
}
.BgClassName
{
background-color: #CEF4E2;
}
</style>
border-color css
<style>
span { border-color: #CEF4E2; }
span { border-color: rgb(206,244,226); }
td.TdClassName
{
border-color: #CEF4E2;
}
.TagClassName
{
border-color: #CEF4E2;
}
</style>