Shades of White Ice #CEF8E0
Tints of White Ice #CEF8E0
RGB
CMYK
RGB Variations
Color information
#CEF8E0 (or 0xCEF8E0) is known color: White Ice. HEX triplet: CE, F8 and E0. RGB value is (206,248,224). Sum of RGB (Red+Green+Blue) = 206+248+224=678 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.38% from 678); Green value is 248 (97.27% from 255 or 36.58% from 678); Blue value is 224 (87.89% from 255 or 33.04% from 678); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF8E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF8E0 is #31071F. Grayscale: #E8E8E8. Windows color (decimal): -3213088 or 14743758. OLE color: 14743758.
HSL color Cylindrical-coordinate representation of color #CEF8E0: hue angle of 145.71º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEF8E0 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 224 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.03 |
| HSL | 145.71º | 0.75% | 0.89% | - |
| HSV(B) | 145.71º | 0.17% | 0.97% | - |
| XYZ | 72.48 | 85.64 | 83.23 | - |
| YUV | 232.71 | 123.09 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 224 | 0.17 | 0 | 0.10 | 0.03 | 145.71 | 0.75 | 0.89 |
| Hex | CE | F8 | E0 | 11 | 0 | A | 3 | 92 | 4B | 59 |
| Octal | 316 | 370 | 340 | 21 | 0 | 12 | 3 | 222 | 113 | 131 |
| Binary | 11001110 | 11111000 | 11100000 | 10001 | 0 | 1010 | 11 | 10010010 | 1001011 | 1011001 |
Color Harmonies of #CEF8E0
Complementary color
Monochromatic Colors of #CEF8E0
Black with #CEF8E0
Text Example
Text Example
White with #CEF8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF8E0; }
p { color: rgb(206,248,224); }
H1.HeaderClassName
{
color: #CEF8E0;
}
.AnyTagClassName
{
color: #CEF8E0;
}
</style>
background-color css
<style>
a { background-color: #CEF8E0; }
a { background-color: rgb(206,248,224); }
div.DivClassName
{
background-color: #CEF8E0;
}
.BgClassName
{
background-color: #CEF8E0;
}
</style>
border-color css
<style>
span { border-color: #CEF8E0; }
span { border-color: rgb(206,248,224); }
td.TdClassName
{
border-color: #CEF8E0;
}
.TagClassName
{
border-color: #CEF8E0;
}
</style>