Shades of White Ice #CEF2DF
Tints of White Ice #CEF2DF
RGB
CMYK
RGB Variations
Color information
#CEF2DF (or 0xCEF2DF) is known color: White Ice. HEX triplet: CE, F2 and DF. RGB value is (206,242,223). Sum of RGB (Red+Green+Blue) = 206+242+223=671 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.70% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 223 (87.5% from 255 or 33.23% from 671); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF2DF is #310D20. Grayscale: #E5E5E5. Windows color (decimal): -3214625 or 14676686. OLE color: 14676686.
HSL color Cylindrical-coordinate representation of color #CEF2DF: hue angle of 148.33º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEF2DF is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 223 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.05 |
| HSL | 148.33º | 0.58% | 0.88% | - |
| HSV(B) | 148.33º | 0.15% | 0.95% | - |
| XYZ | 70.53 | 81.95 | 81.91 | - |
| YUV | 229.07 | 124.57 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 223 | 0.15 | 0 | 0.08 | 0.05 | 148.33 | 0.58 | 0.88 |
| Hex | CE | F2 | DF | F | 0 | 8 | 5 | 94 | 3A | 58 |
| Octal | 316 | 362 | 337 | 17 | 0 | 10 | 5 | 224 | 72 | 130 |
| Binary | 11001110 | 11110010 | 11011111 | 1111 | 0 | 1000 | 101 | 10010100 | 111010 | 1011000 |
Color Harmonies of #CEF2DF
Complementary color
Monochromatic Colors of #CEF2DF
Black with #CEF2DF
Text Example
Text Example
White with #CEF2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF2DF; }
p { color: rgb(206,242,223); }
H1.HeaderClassName
{
color: #CEF2DF;
}
.AnyTagClassName
{
color: #CEF2DF;
}
</style>
background-color css
<style>
a { background-color: #CEF2DF; }
a { background-color: rgb(206,242,223); }
div.DivClassName
{
background-color: #CEF2DF;
}
.BgClassName
{
background-color: #CEF2DF;
}
</style>
border-color css
<style>
span { border-color: #CEF2DF; }
span { border-color: rgb(206,242,223); }
td.TdClassName
{
border-color: #CEF2DF;
}
.TagClassName
{
border-color: #CEF2DF;
}
</style>