Shades of White Ice #DEEEE6
Tints of White Ice #DEEEE6
RGB
CMYK
RGB Variations
Color information
#DEEEE6 (or 0xDEEEE6) is known color: White Ice. HEX triplet: DE, EE and E6. RGB value is (222,238,230). Sum of RGB (Red+Green+Blue) = 222+238+230=690 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.17% from 690); Green value is 238 (93.36% from 255 or 34.49% from 690); Blue value is 230 (90.23% from 255 or 33.33% from 690); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEEE6 is #211119. Grayscale: #E8E8E8. Windows color (decimal): -2167066 or 15134430. OLE color: 15134430.
HSL color Cylindrical-coordinate representation of color #DEEEE6: hue angle of 150º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEEEE6 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 230 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.07 |
| HSL | 150º | 0.32% | 0.9% | - |
| HSV(B) | 150º | 0.07% | 0.93% | - |
| XYZ | 74.98 | 82.39 | 86.81 | - |
| YUV | 232.3 | 126.7 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 230 | 0.07 | 0 | 0.03 | 0.07 | 150 | 0.32 | 0.9 |
| Hex | DE | EE | E6 | 7 | 0 | 3 | 7 | 96 | 20 | 5A |
| Octal | 336 | 356 | 346 | 7 | 0 | 3 | 7 | 226 | 40 | 132 |
| Binary | 11011110 | 11101110 | 11100110 | 111 | 0 | 11 | 111 | 10010110 | 100000 | 1011010 |
Color Harmonies of #DEEEE6
Complementary color
Monochromatic Colors of #DEEEE6
Black with #DEEEE6
Text Example
Text Example
White with #DEEEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEEE6; }
p { color: rgb(222,238,230); }
H1.HeaderClassName
{
color: #DEEEE6;
}
.AnyTagClassName
{
color: #DEEEE6;
}
</style>
background-color css
<style>
a { background-color: #DEEEE6; }
a { background-color: rgb(222,238,230); }
div.DivClassName
{
background-color: #DEEEE6;
}
.BgClassName
{
background-color: #DEEEE6;
}
</style>
border-color css
<style>
span { border-color: #DEEEE6; }
span { border-color: rgb(222,238,230); }
td.TdClassName
{
border-color: #DEEEE6;
}
.TagClassName
{
border-color: #DEEEE6;
}
</style>