Shades of White Ice #CEFCE0
Tints of White Ice #CEFCE0
RGB
CMYK
RGB Variations
Color information
#CEFCE0 (or 0xCEFCE0) is known color: White Ice. HEX triplet: CE, FC and E0. RGB value is (206,252,224). Sum of RGB (Red+Green+Blue) = 206+252+224=682 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.21% from 682); Green value is 252 (98.83% from 255 or 36.95% from 682); Blue value is 224 (87.89% from 255 or 32.84% from 682); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFCE0 is #31031F. Grayscale: #EBEBEB. Windows color (decimal): -3212064 or 14744782. OLE color: 14744782.
HSL color Cylindrical-coordinate representation of color #CEFCE0: hue angle of 143.48º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEFCE0 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 252 | 224 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.01 |
| HSL | 143.48º | 0.88% | 0.9% | - |
| HSV(B) | 143.48º | 0.18% | 0.99% | - |
| XYZ | 73.72 | 88.12 | 83.65 | - |
| YUV | 235.05 | 121.76 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 252 | 224 | 0.18 | 0 | 0.11 | 0.01 | 143.48 | 0.88 | 0.9 |
| Hex | CE | FC | E0 | 12 | 0 | B | 1 | 8F | 58 | 5A |
| Octal | 316 | 374 | 340 | 22 | 0 | 13 | 1 | 217 | 130 | 132 |
| Binary | 11001110 | 11111100 | 11100000 | 10010 | 0 | 1011 | 1 | 10001111 | 1011000 | 1011010 |
Color Harmonies of #CEFCE0
Complementary color
Monochromatic Colors of #CEFCE0
Black with #CEFCE0
Text Example
Text Example
White with #CEFCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFCE0; }
p { color: rgb(206,252,224); }
H1.HeaderClassName
{
color: #CEFCE0;
}
.AnyTagClassName
{
color: #CEFCE0;
}
</style>
background-color css
<style>
a { background-color: #CEFCE0; }
a { background-color: rgb(206,252,224); }
div.DivClassName
{
background-color: #CEFCE0;
}
.BgClassName
{
background-color: #CEFCE0;
}
</style>
border-color css
<style>
span { border-color: #CEFCE0; }
span { border-color: rgb(206,252,224); }
td.TdClassName
{
border-color: #CEFCE0;
}
.TagClassName
{
border-color: #CEFCE0;
}
</style>