Shades of White Ice #CEF3E0
Tints of White Ice #CEF3E0
RGB
CMYK
RGB Variations
Color information
#CEF3E0 (or 0xCEF3E0) is known color: White Ice. HEX triplet: CE, F3 and E0. RGB value is (206,243,224). Sum of RGB (Red+Green+Blue) = 206+243+224=673 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.61% from 673); Green value is 243 (95.31% from 255 or 36.11% from 673); Blue value is 224 (87.89% from 255 or 33.28% from 673); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF3E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF3E0 is #310C1F. Grayscale: #E5E5E5. Windows color (decimal): -3214368 or 14742478. OLE color: 14742478.
HSL color Cylindrical-coordinate representation of color #CEF3E0: hue angle of 149.19º degrees, saturation: 0.61, 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 #CEF3E0 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 224 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.05 |
| HSL | 149.19º | 0.61% | 0.88% | - |
| HSV(B) | 149.19º | 0.15% | 0.95% | - |
| XYZ | 70.96 | 82.6 | 82.73 | - |
| YUV | 229.77 | 124.74 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 224 | 0.15 | 0 | 0.08 | 0.05 | 149.19 | 0.61 | 0.88 |
| Hex | CE | F3 | E0 | F | 0 | 8 | 5 | 95 | 3D | 58 |
| Octal | 316 | 363 | 340 | 17 | 0 | 10 | 5 | 225 | 75 | 130 |
| Binary | 11001110 | 11110011 | 11100000 | 1111 | 0 | 1000 | 101 | 10010101 | 111101 | 1011000 |
Color Harmonies of #CEF3E0
Complementary color
Monochromatic Colors of #CEF3E0
Black with #CEF3E0
Text Example
Text Example
White with #CEF3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF3E0; }
p { color: rgb(206,243,224); }
H1.HeaderClassName
{
color: #CEF3E0;
}
.AnyTagClassName
{
color: #CEF3E0;
}
</style>
background-color css
<style>
a { background-color: #CEF3E0; }
a { background-color: rgb(206,243,224); }
div.DivClassName
{
background-color: #CEF3E0;
}
.BgClassName
{
background-color: #CEF3E0;
}
</style>
border-color css
<style>
span { border-color: #CEF3E0; }
span { border-color: rgb(206,243,224); }
td.TdClassName
{
border-color: #CEF3E0;
}
.TagClassName
{
border-color: #CEF3E0;
}
</style>