Shades of White Ice #CEFFE2
Tints of White Ice #CEFFE2
RGB
CMYK
RGB Variations
Color information
#CEFFE2 (or 0xCEFFE2) is known color: White Ice. HEX triplet: CE, FF and E2. RGB value is (206,255,226). Sum of RGB (Red+Green+Blue) = 206+255+226=687 (90% of max value = 765). Red value is 206 (80.86% from 255 or 29.99% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 226 (88.67% from 255 or 32.90% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFFE2 is #31001D. Grayscale: #EDEDED. Windows color (decimal): -3211294 or 14876622. OLE color: 14876622.
HSL color Cylindrical-coordinate representation of color #CEFFE2: hue angle of 144.49º 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 #CEFFE2 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 226 | - |
| CMYK | 0.19 | 0 | 0.11 | 0 |
| HSL | 144.49º | 1% | 0.9% | - |
| HSV(B) | 144.49º | 0.19% | 1% | - |
| XYZ | 74.94 | 90.13 | 85.4 | - |
| YUV | 237.04 | 121.77 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 226 | 0.19 | 0 | 0.11 | 0 | 144.49 | 1 | 0.9 |
| Hex | CE | FF | E2 | 13 | 0 | B | 0 | 90 | 64 | 5A |
| Octal | 316 | 377 | 342 | 23 | 0 | 13 | 0 | 220 | 144 | 132 |
| Binary | 11001110 | 11111111 | 11100010 | 10011 | 0 | 1011 | 0 | 10010000 | 1100100 | 1011010 |
Color Harmonies of #CEFFE2
Complementary color
Monochromatic Colors of #CEFFE2
Black with #CEFFE2
Text Example
Text Example
White with #CEFFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFFE2; }
p { color: rgb(206,255,226); }
H1.HeaderClassName
{
color: #CEFFE2;
}
.AnyTagClassName
{
color: #CEFFE2;
}
</style>
background-color css
<style>
a { background-color: #CEFFE2; }
a { background-color: rgb(206,255,226); }
div.DivClassName
{
background-color: #CEFFE2;
}
.BgClassName
{
background-color: #CEFFE2;
}
</style>
border-color css
<style>
span { border-color: #CEFFE2; }
span { border-color: rgb(206,255,226); }
td.TdClassName
{
border-color: #CEFFE2;
}
.TagClassName
{
border-color: #CEFFE2;
}
</style>