Shades of White Ice #CEFFE7
Tints of White Ice #CEFFE7
RGB
CMYK
RGB Variations
Color information
#CEFFE7 (or 0xCEFFE7) is known color: White Ice. HEX triplet: CE, FF and E7. RGB value is (206,255,231). Sum of RGB (Red+Green+Blue) = 206+255+231=692 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.77% from 692); Green value is 255 (100% from 255 or 36.85% from 692); Blue value is 231 (90.62% from 255 or 33.38% from 692); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFFE7 is #310018. Grayscale: #EDEDED. Windows color (decimal): -3211289 or 15204302. OLE color: 15204302.
HSL color Cylindrical-coordinate representation of color #CEFFE7: hue angle of 150.61º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFFE7 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 231 | - |
| CMYK | 0.19 | 0 | 0.09 | 0 |
| HSL | 150.61º | 1% | 0.9% | - |
| HSV(B) | 150.61º | 0.19% | 1% | - |
| XYZ | 75.64 | 90.41 | 89.07 | - |
| YUV | 237.61 | 124.27 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 231 | 0.19 | 0 | 0.09 | 0 | 150.61 | 1 | 0.9 |
| Hex | CE | FF | E7 | 13 | 0 | 9 | 0 | 97 | 64 | 5A |
| Octal | 316 | 377 | 347 | 23 | 0 | 11 | 0 | 227 | 144 | 132 |
| Binary | 11001110 | 11111111 | 11100111 | 10011 | 0 | 1001 | 0 | 10010111 | 1100100 | 1011010 |
Color Harmonies of #CEFFE7
Complementary color
Monochromatic Colors of #CEFFE7
Black with #CEFFE7
Text Example
Text Example
White with #CEFFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFFE7; }
p { color: rgb(206,255,231); }
H1.HeaderClassName
{
color: #CEFFE7;
}
.AnyTagClassName
{
color: #CEFFE7;
}
</style>
background-color css
<style>
a { background-color: #CEFFE7; }
a { background-color: rgb(206,255,231); }
div.DivClassName
{
background-color: #CEFFE7;
}
.BgClassName
{
background-color: #CEFFE7;
}
</style>
border-color css
<style>
span { border-color: #CEFFE7; }
span { border-color: rgb(206,255,231); }
td.TdClassName
{
border-color: #CEFFE7;
}
.TagClassName
{
border-color: #CEFFE7;
}
</style>