Shades of White Ice #CEEEDB
Tints of White Ice #CEEEDB
RGB
CMYK
RGB Variations
Color information
#CEEEDB (or 0xCEEEDB) is known color: White Ice. HEX triplet: CE, EE and DB. RGB value is (206,238,219). Sum of RGB (Red+Green+Blue) = 206+238+219=663 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.07% from 663); Green value is 238 (93.36% from 255 or 35.90% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEEDB is #311124. Grayscale: #E2E2E2. Windows color (decimal): -3215653 or 14413518. OLE color: 14413518.
HSL color Cylindrical-coordinate representation of color #CEEEDB: hue angle of 144.38º 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 #CEEEDB is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 219 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.07 |
| HSL | 144.38º | 0.48% | 0.87% | - |
| HSV(B) | 144.38º | 0.13% | 0.93% | - |
| XYZ | 68.81 | 79.39 | 78.71 | - |
| YUV | 226.27 | 123.9 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 219 | 0.13 | 0 | 0.08 | 0.07 | 144.38 | 0.48 | 0.87 |
| Hex | CE | EE | DB | D | 0 | 8 | 7 | 90 | 30 | 57 |
| Octal | 316 | 356 | 333 | 15 | 0 | 10 | 7 | 220 | 60 | 127 |
| Binary | 11001110 | 11101110 | 11011011 | 1101 | 0 | 1000 | 111 | 10010000 | 110000 | 1010111 |
Color Harmonies of #CEEEDB
Complementary color
Monochromatic Colors of #CEEEDB
Black with #CEEEDB
Text Example
Text Example
White with #CEEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEEDB; }
p { color: rgb(206,238,219); }
H1.HeaderClassName
{
color: #CEEEDB;
}
.AnyTagClassName
{
color: #CEEEDB;
}
</style>
background-color css
<style>
a { background-color: #CEEEDB; }
a { background-color: rgb(206,238,219); }
div.DivClassName
{
background-color: #CEEEDB;
}
.BgClassName
{
background-color: #CEEEDB;
}
</style>
border-color css
<style>
span { border-color: #CEEEDB; }
span { border-color: rgb(206,238,219); }
td.TdClassName
{
border-color: #CEEEDB;
}
.TagClassName
{
border-color: #CEEEDB;
}
</style>