Shades of White Ice #DEEFE8
Tints of White Ice #DEEFE8
RGB
CMYK
RGB Variations
Color information
#DEEFE8 (or 0xDEEFE8) is known color: White Ice. HEX triplet: DE, EF and E8. RGB value is (222,239,232). Sum of RGB (Red+Green+Blue) = 222+239+232=693 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.03% from 693); Green value is 239 (93.75% from 255 or 34.49% from 693); Blue value is 232 (91.02% from 255 or 33.48% from 693); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEFE8 is #211017. Grayscale: #E9E9E9. Windows color (decimal): -2166808 or 15265758. OLE color: 15265758.
HSL color Cylindrical-coordinate representation of color #DEEFE8: hue angle of 155.29º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEEFE8 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 239 | 232 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.06 |
| HSL | 155.29º | 0.35% | 0.9% | - |
| HSV(B) | 155.29º | 0.07% | 0.94% | - |
| XYZ | 75.56 | 83.09 | 88.4 | - |
| YUV | 233.12 | 127.37 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 239 | 232 | 0.07 | 0 | 0.03 | 0.06 | 155.29 | 0.35 | 0.9 |
| Hex | DE | EF | E8 | 7 | 0 | 3 | 6 | 9B | 23 | 5A |
| Octal | 336 | 357 | 350 | 7 | 0 | 3 | 6 | 233 | 43 | 132 |
| Binary | 11011110 | 11101111 | 11101000 | 111 | 0 | 11 | 110 | 10011011 | 100011 | 1011010 |
Color Harmonies of #DEEFE8
Complementary color
Monochromatic Colors of #DEEFE8
Black with #DEEFE8
Text Example
Text Example
White with #DEEFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEFE8; }
p { color: rgb(222,239,232); }
H1.HeaderClassName
{
color: #DEEFE8;
}
.AnyTagClassName
{
color: #DEEFE8;
}
</style>
background-color css
<style>
a { background-color: #DEEFE8; }
a { background-color: rgb(222,239,232); }
div.DivClassName
{
background-color: #DEEFE8;
}
.BgClassName
{
background-color: #DEEFE8;
}
</style>
border-color css
<style>
span { border-color: #DEEFE8; }
span { border-color: rgb(222,239,232); }
td.TdClassName
{
border-color: #DEEFE8;
}
.TagClassName
{
border-color: #DEEFE8;
}
</style>