Shades of White Ice #CEF6DD
Tints of White Ice #CEF6DD
RGB
CMYK
RGB Variations
Color information
#CEF6DD (or 0xCEF6DD) is known color: White Ice. HEX triplet: CE, F6 and DD. RGB value is (206,246,221). Sum of RGB (Red+Green+Blue) = 206+246+221=673 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.61% from 673); Green value is 246 (96.48% from 255 or 36.55% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF6DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF6DD is #310922. Grayscale: #E7E7E7. Windows color (decimal): -3213603 or 14546638. OLE color: 14546638.
HSL color Cylindrical-coordinate representation of color #CEF6DD: hue angle of 142.5º 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 #CEF6DD is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 221 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.04 |
| HSL | 142.5º | 0.69% | 0.89% | - |
| HSV(B) | 142.5º | 0.16% | 0.96% | - |
| XYZ | 71.46 | 84.25 | 80.9 | - |
| YUV | 231.19 | 122.25 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 221 | 0.16 | 0 | 0.10 | 0.04 | 142.5 | 0.69 | 0.89 |
| Hex | CE | F6 | DD | 10 | 0 | A | 4 | 8E | 45 | 59 |
| Octal | 316 | 366 | 335 | 20 | 0 | 12 | 4 | 216 | 105 | 131 |
| Binary | 11001110 | 11110110 | 11011101 | 10000 | 0 | 1010 | 100 | 10001110 | 1000101 | 1011001 |
Color Harmonies of #CEF6DD
Complementary color
Monochromatic Colors of #CEF6DD
Black with #CEF6DD
Text Example
Text Example
White with #CEF6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF6DD; }
p { color: rgb(206,246,221); }
H1.HeaderClassName
{
color: #CEF6DD;
}
.AnyTagClassName
{
color: #CEF6DD;
}
</style>
background-color css
<style>
a { background-color: #CEF6DD; }
a { background-color: rgb(206,246,221); }
div.DivClassName
{
background-color: #CEF6DD;
}
.BgClassName
{
background-color: #CEF6DD;
}
</style>
border-color css
<style>
span { border-color: #CEF6DD; }
span { border-color: rgb(206,246,221); }
td.TdClassName
{
border-color: #CEF6DD;
}
.TagClassName
{
border-color: #CEF6DD;
}
</style>