Shades of White Ice #CEF3DC
Tints of White Ice #CEF3DC
RGB
CMYK
RGB Variations
Color information
#CEF3DC (or 0xCEF3DC) is known color: White Ice. HEX triplet: CE, F3 and DC. RGB value is (206,243,220). Sum of RGB (Red+Green+Blue) = 206+243+220=669 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.79% from 669); Green value is 243 (95.31% from 255 or 36.32% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF3DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF3DC is #310C23. Grayscale: #E5E5E5. Windows color (decimal): -3214372 or 14480334. OLE color: 14480334.
HSL color Cylindrical-coordinate representation of color #CEF3DC: hue angle of 142.7º degrees, saturation: 0.61, 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 #CEF3DC is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 220 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.05 |
| HSL | 142.7º | 0.61% | 0.88% | - |
| HSV(B) | 142.7º | 0.15% | 0.95% | - |
| XYZ | 70.42 | 82.39 | 79.9 | - |
| YUV | 229.32 | 122.74 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 220 | 0.15 | 0 | 0.09 | 0.05 | 142.7 | 0.61 | 0.88 |
| Hex | CE | F3 | DC | F | 0 | 9 | 5 | 8F | 3D | 58 |
| Octal | 316 | 363 | 334 | 17 | 0 | 11 | 5 | 217 | 75 | 130 |
| Binary | 11001110 | 11110011 | 11011100 | 1111 | 0 | 1001 | 101 | 10001111 | 111101 | 1011000 |
Color Harmonies of #CEF3DC
Complementary color
Monochromatic Colors of #CEF3DC
Black with #CEF3DC
Text Example
Text Example
White with #CEF3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF3DC; }
p { color: rgb(206,243,220); }
H1.HeaderClassName
{
color: #CEF3DC;
}
.AnyTagClassName
{
color: #CEF3DC;
}
</style>
background-color css
<style>
a { background-color: #CEF3DC; }
a { background-color: rgb(206,243,220); }
div.DivClassName
{
background-color: #CEF3DC;
}
.BgClassName
{
background-color: #CEF3DC;
}
</style>
border-color css
<style>
span { border-color: #CEF3DC; }
span { border-color: rgb(206,243,220); }
td.TdClassName
{
border-color: #CEF3DC;
}
.TagClassName
{
border-color: #CEF3DC;
}
</style>