Shades of White Ice #CEF6DE
Tints of White Ice #CEF6DE
RGB
CMYK
RGB Variations
Color information
#CEF6DE (or 0xCEF6DE) is known color: White Ice. HEX triplet: CE, F6 and DE. RGB value is (206,246,222). Sum of RGB (Red+Green+Blue) = 206+246+222=674 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.56% from 674); Green value is 246 (96.48% from 255 or 36.50% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF6DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF6DE is #310921. Grayscale: #E7E7E7. Windows color (decimal): -3213602 or 14612174. OLE color: 14612174.
HSL color Cylindrical-coordinate representation of color #CEF6DE: hue angle of 144º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEF6DE is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 222 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.04 |
| HSL | 144º | 0.69% | 0.89% | - |
| HSV(B) | 144º | 0.16% | 0.96% | - |
| XYZ | 71.59 | 84.31 | 81.61 | - |
| YUV | 231.3 | 122.75 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 222 | 0.16 | 0 | 0.10 | 0.04 | 144 | 0.69 | 0.89 |
| Hex | CE | F6 | DE | 10 | 0 | A | 4 | 90 | 45 | 59 |
| Octal | 316 | 366 | 336 | 20 | 0 | 12 | 4 | 220 | 105 | 131 |
| Binary | 11001110 | 11110110 | 11011110 | 10000 | 0 | 1010 | 100 | 10010000 | 1000101 | 1011001 |
Color Harmonies of #CEF6DE
Complementary color
Monochromatic Colors of #CEF6DE
Black with #CEF6DE
Text Example
Text Example
White with #CEF6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF6DE; }
p { color: rgb(206,246,222); }
H1.HeaderClassName
{
color: #CEF6DE;
}
.AnyTagClassName
{
color: #CEF6DE;
}
</style>
background-color css
<style>
a { background-color: #CEF6DE; }
a { background-color: rgb(206,246,222); }
div.DivClassName
{
background-color: #CEF6DE;
}
.BgClassName
{
background-color: #CEF6DE;
}
</style>
border-color css
<style>
span { border-color: #CEF6DE; }
span { border-color: rgb(206,246,222); }
td.TdClassName
{
border-color: #CEF6DE;
}
.TagClassName
{
border-color: #CEF6DE;
}
</style>