Shades of White Ice #CEEFE0
Tints of White Ice #CEEFE0
RGB
CMYK
RGB Variations
Color information
#CEEFE0 (or 0xCEEFE0) is known color: White Ice. HEX triplet: CE, EF and E0. RGB value is (206,239,224). Sum of RGB (Red+Green+Blue) = 206+239+224=669 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.79% from 669); Green value is 239 (93.75% from 255 or 35.72% from 669); Blue value is 224 (87.89% from 255 or 33.48% from 669); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEFE0 is #31101F. Grayscale: #E3E3E3. Windows color (decimal): -3215392 or 14741454. OLE color: 14741454.
HSL color Cylindrical-coordinate representation of color #CEEFE0: hue angle of 152.73º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEEFE0 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 239 | 224 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.06 |
| HSL | 152.73º | 0.51% | 0.87% | - |
| HSV(B) | 152.73º | 0.14% | 0.94% | - |
| XYZ | 69.77 | 80.24 | 82.33 | - |
| YUV | 227.42 | 126.07 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 239 | 224 | 0.14 | 0 | 0.06 | 0.06 | 152.73 | 0.51 | 0.87 |
| Hex | CE | EF | E0 | E | 0 | 6 | 6 | 99 | 33 | 57 |
| Octal | 316 | 357 | 340 | 16 | 0 | 6 | 6 | 231 | 63 | 127 |
| Binary | 11001110 | 11101111 | 11100000 | 1110 | 0 | 110 | 110 | 10011001 | 110011 | 1010111 |
Color Harmonies of #CEEFE0
Complementary color
Monochromatic Colors of #CEEFE0
Black with #CEEFE0
Text Example
Text Example
White with #CEEFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEFE0; }
p { color: rgb(206,239,224); }
H1.HeaderClassName
{
color: #CEEFE0;
}
.AnyTagClassName
{
color: #CEEFE0;
}
</style>
background-color css
<style>
a { background-color: #CEEFE0; }
a { background-color: rgb(206,239,224); }
div.DivClassName
{
background-color: #CEEFE0;
}
.BgClassName
{
background-color: #CEEFE0;
}
</style>
border-color css
<style>
span { border-color: #CEEFE0; }
span { border-color: rgb(206,239,224); }
td.TdClassName
{
border-color: #CEEFE0;
}
.TagClassName
{
border-color: #CEEFE0;
}
</style>