Shades of White Ice #CEF4E1
Tints of White Ice #CEF4E1
RGB
CMYK
RGB Variations
Color information
#CEF4E1 (or 0xCEF4E1) is known color: White Ice. HEX triplet: CE, F4 and E1. RGB value is (206,244,225). Sum of RGB (Red+Green+Blue) = 206+244+225=675 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.52% from 675); Green value is 244 (95.70% from 255 or 36.15% from 675); Blue value is 225 (88.28% from 255 or 33.33% from 675); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF4E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF4E1 is #310B1E. Grayscale: #E6E6E6. Windows color (decimal): -3214111 or 14808270. OLE color: 14808270.
HSL color Cylindrical-coordinate representation of color #CEF4E1: hue angle of 150º 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 #CEF4E1 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 244 | 225 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.04 |
| HSL | 150º | 0.63% | 0.88% | - |
| HSV(B) | 150º | 0.16% | 0.96% | - |
| XYZ | 71.39 | 83.26 | 83.54 | - |
| YUV | 230.47 | 124.91 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 244 | 225 | 0.16 | 0 | 0.08 | 0.04 | 150 | 0.63 | 0.88 |
| Hex | CE | F4 | E1 | 10 | 0 | 8 | 4 | 96 | 3F | 58 |
| Octal | 316 | 364 | 341 | 20 | 0 | 10 | 4 | 226 | 77 | 130 |
| Binary | 11001110 | 11110100 | 11100001 | 10000 | 0 | 1000 | 100 | 10010110 | 111111 | 1011000 |
Color Harmonies of #CEF4E1
Complementary color
Monochromatic Colors of #CEF4E1
Black with #CEF4E1
Text Example
Text Example
White with #CEF4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF4E1; }
p { color: rgb(206,244,225); }
H1.HeaderClassName
{
color: #CEF4E1;
}
.AnyTagClassName
{
color: #CEF4E1;
}
</style>
background-color css
<style>
a { background-color: #CEF4E1; }
a { background-color: rgb(206,244,225); }
div.DivClassName
{
background-color: #CEF4E1;
}
.BgClassName
{
background-color: #CEF4E1;
}
</style>
border-color css
<style>
span { border-color: #CEF4E1; }
span { border-color: rgb(206,244,225); }
td.TdClassName
{
border-color: #CEF4E1;
}
.TagClassName
{
border-color: #CEF4E1;
}
</style>