Shades of White Ice #CEF3DD
Tints of White Ice #CEF3DD
RGB
CMYK
RGB Variations
Color information
#CEF3DD (or 0xCEF3DD) is known color: White Ice. HEX triplet: CE, F3 and DD. RGB value is (206,243,221). Sum of RGB (Red+Green+Blue) = 206+243+221=670 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.75% from 670); Green value is 243 (95.31% from 255 or 36.27% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF3DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF3DD is #310C22. Grayscale: #E5E5E5. Windows color (decimal): -3214371 or 14545870. OLE color: 14545870.
HSL color Cylindrical-coordinate representation of color #CEF3DD: hue angle of 144.32º 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 #CEF3DD is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 221 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.05 |
| HSL | 144.32º | 0.61% | 0.88% | - |
| HSV(B) | 144.32º | 0.15% | 0.95% | - |
| XYZ | 70.56 | 82.44 | 80.6 | - |
| YUV | 229.43 | 123.24 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 221 | 0.15 | 0 | 0.09 | 0.05 | 144.32 | 0.61 | 0.88 |
| Hex | CE | F3 | DD | F | 0 | 9 | 5 | 90 | 3D | 58 |
| Octal | 316 | 363 | 335 | 17 | 0 | 11 | 5 | 220 | 75 | 130 |
| Binary | 11001110 | 11110011 | 11011101 | 1111 | 0 | 1001 | 101 | 10010000 | 111101 | 1011000 |
Color Harmonies of #CEF3DD
Complementary color
Monochromatic Colors of #CEF3DD
Black with #CEF3DD
Text Example
Text Example
White with #CEF3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF3DD; }
p { color: rgb(206,243,221); }
H1.HeaderClassName
{
color: #CEF3DD;
}
.AnyTagClassName
{
color: #CEF3DD;
}
</style>
background-color css
<style>
a { background-color: #CEF3DD; }
a { background-color: rgb(206,243,221); }
div.DivClassName
{
background-color: #CEF3DD;
}
.BgClassName
{
background-color: #CEF3DD;
}
</style>
border-color css
<style>
span { border-color: #CEF3DD; }
span { border-color: rgb(206,243,221); }
td.TdClassName
{
border-color: #CEF3DD;
}
.TagClassName
{
border-color: #CEF3DD;
}
</style>