Shades of White Ice #CEFFE3
Tints of White Ice #CEFFE3
RGB
CMYK
RGB Variations
Color information
#CEFFE3 (or 0xCEFFE3) is known color: White Ice. HEX triplet: CE, FF and E3. RGB value is (206,255,227). Sum of RGB (Red+Green+Blue) = 206+255+227=688 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.94% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 227 (89.06% from 255 or 32.99% from 688); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFFE3 is #31001C. Grayscale: #EDEDED. Windows color (decimal): -3211293 or 14942158. OLE color: 14942158.
HSL color Cylindrical-coordinate representation of color #CEFFE3: hue angle of 145.71º 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 #CEFFE3 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 227 | - |
| CMYK | 0.19 | 0 | 0.11 | 0 |
| HSL | 145.71º | 1% | 0.9% | - |
| HSV(B) | 145.71º | 0.19% | 1% | - |
| XYZ | 75.08 | 90.19 | 86.12 | - |
| YUV | 237.16 | 122.27 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 227 | 0.19 | 0 | 0.11 | 0 | 145.71 | 1 | 0.9 |
| Hex | CE | FF | E3 | 13 | 0 | B | 0 | 92 | 64 | 5A |
| Octal | 316 | 377 | 343 | 23 | 0 | 13 | 0 | 222 | 144 | 132 |
| Binary | 11001110 | 11111111 | 11100011 | 10011 | 0 | 1011 | 0 | 10010010 | 1100100 | 1011010 |
Color Harmonies of #CEFFE3
Complementary color
Monochromatic Colors of #CEFFE3
Black with #CEFFE3
Text Example
Text Example
White with #CEFFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFFE3; }
p { color: rgb(206,255,227); }
H1.HeaderClassName
{
color: #CEFFE3;
}
.AnyTagClassName
{
color: #CEFFE3;
}
</style>
background-color css
<style>
a { background-color: #CEFFE3; }
a { background-color: rgb(206,255,227); }
div.DivClassName
{
background-color: #CEFFE3;
}
.BgClassName
{
background-color: #CEFFE3;
}
</style>
border-color css
<style>
span { border-color: #CEFFE3; }
span { border-color: rgb(206,255,227); }
td.TdClassName
{
border-color: #CEFFE3;
}
.TagClassName
{
border-color: #CEFFE3;
}
</style>