Shades of White Ice #CEEEDF
Tints of White Ice #CEEEDF
RGB
CMYK
RGB Variations
Color information
#CEEEDF (or 0xCEEEDF) is known color: White Ice. HEX triplet: CE, EE and DF. RGB value is (206,238,223). Sum of RGB (Red+Green+Blue) = 206+238+223=667 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.88% from 667); Green value is 238 (93.36% from 255 or 35.68% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEEDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEEDF is #311120. Grayscale: #E2E2E2. Windows color (decimal): -3215649 or 14675662. OLE color: 14675662.
HSL color Cylindrical-coordinate representation of color #CEEEDF: hue angle of 151.88º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEEEDF is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 223 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.07 |
| HSL | 151.88º | 0.48% | 0.87% | - |
| HSV(B) | 151.88º | 0.13% | 0.93% | - |
| XYZ | 69.35 | 79.6 | 81.52 | - |
| YUV | 226.72 | 125.9 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 223 | 0.13 | 0 | 0.06 | 0.07 | 151.88 | 0.48 | 0.87 |
| Hex | CE | EE | DF | D | 0 | 6 | 7 | 98 | 30 | 57 |
| Octal | 316 | 356 | 337 | 15 | 0 | 6 | 7 | 230 | 60 | 127 |
| Binary | 11001110 | 11101110 | 11011111 | 1101 | 0 | 110 | 111 | 10011000 | 110000 | 1010111 |
Color Harmonies of #CEEEDF
Complementary color
Monochromatic Colors of #CEEEDF
Black with #CEEEDF
Text Example
Text Example
White with #CEEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEEDF; }
p { color: rgb(206,238,223); }
H1.HeaderClassName
{
color: #CEEEDF;
}
.AnyTagClassName
{
color: #CEEEDF;
}
</style>
background-color css
<style>
a { background-color: #CEEEDF; }
a { background-color: rgb(206,238,223); }
div.DivClassName
{
background-color: #CEEEDF;
}
.BgClassName
{
background-color: #CEEEDF;
}
</style>
border-color css
<style>
span { border-color: #CEEEDF; }
span { border-color: rgb(206,238,223); }
td.TdClassName
{
border-color: #CEEEDF;
}
.TagClassName
{
border-color: #CEEEDF;
}
</style>