Shades of White Ice #CEF6DF
Tints of White Ice #CEF6DF
RGB
CMYK
RGB Variations
Color information
#CEF6DF (or 0xCEF6DF) is known color: White Ice. HEX triplet: CE, F6 and DF. RGB value is (206,246,223). Sum of RGB (Red+Green+Blue) = 206+246+223=675 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.52% from 675); Green value is 246 (96.48% from 255 or 36.44% from 675); Blue value is 223 (87.5% from 255 or 33.04% from 675); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF6DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF6DF is #310920. Grayscale: #E7E7E7. Windows color (decimal): -3213601 or 14677710. OLE color: 14677710.
HSL color Cylindrical-coordinate representation of color #CEF6DF: hue angle of 145.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 #CEF6DF is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 223 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.04 |
| HSL | 145.5º | 0.69% | 0.89% | - |
| HSV(B) | 145.5º | 0.16% | 0.96% | - |
| XYZ | 71.73 | 84.36 | 82.31 | - |
| YUV | 231.42 | 123.25 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 223 | 0.16 | 0 | 0.09 | 0.04 | 145.5 | 0.69 | 0.89 |
| Hex | CE | F6 | DF | 10 | 0 | 9 | 4 | 92 | 45 | 59 |
| Octal | 316 | 366 | 337 | 20 | 0 | 11 | 4 | 222 | 105 | 131 |
| Binary | 11001110 | 11110110 | 11011111 | 10000 | 0 | 1001 | 100 | 10010010 | 1000101 | 1011001 |
Color Harmonies of #CEF6DF
Complementary color
Monochromatic Colors of #CEF6DF
Black with #CEF6DF
Text Example
Text Example
White with #CEF6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF6DF; }
p { color: rgb(206,246,223); }
H1.HeaderClassName
{
color: #CEF6DF;
}
.AnyTagClassName
{
color: #CEF6DF;
}
</style>
background-color css
<style>
a { background-color: #CEF6DF; }
a { background-color: rgb(206,246,223); }
div.DivClassName
{
background-color: #CEF6DF;
}
.BgClassName
{
background-color: #CEF6DF;
}
</style>
border-color css
<style>
span { border-color: #CEF6DF; }
span { border-color: rgb(206,246,223); }
td.TdClassName
{
border-color: #CEF6DF;
}
.TagClassName
{
border-color: #CEF6DF;
}
</style>