Shades of White Ice #DEECE5
Tints of White Ice #DEECE5
RGB
CMYK
RGB Variations
Color information
#DEECE5 (or 0xDEECE5) is known color: White Ice. HEX triplet: DE, EC and E5. RGB value is (222,236,229). Sum of RGB (Red+Green+Blue) = 222+236+229=687 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.31% from 687); Green value is 236 (92.58% from 255 or 34.35% from 687); Blue value is 229 (89.84% from 255 or 33.33% from 687); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEECE5 is #21131A. Grayscale: #E7E7E7. Windows color (decimal): -2167579 or 15068382. OLE color: 15068382.
HSL color Cylindrical-coordinate representation of color #DEECE5: hue angle of 150º degrees, saturation: 0.27, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DEECE5 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 222 | 236 | 229 | - |
CMYK | 0.06 | 0 | 0.03 | 0.07 |
HSL | 150º | 0.27% | 0.9% | - |
HSV(B) | 150º | 0.06% | 0.93% | - |
XYZ | 74.26 | 81.18 | 85.88 | - |
YUV | 231.02 | 126.86 | 121.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 236 | 229 | 0.06 | 0 | 0.03 | 0.07 | 150 | 0.27 | 0.9 |
Hex | DE | EC | E5 | 6 | 0 | 3 | 7 | 96 | 1B | 5A |
Octal | 336 | 354 | 345 | 6 | 0 | 3 | 7 | 226 | 33 | 132 |
Binary | 11011110 | 11101100 | 11100101 | 110 | 0 | 11 | 111 | 10010110 | 11011 | 1011010 |
Color Harmonies of #DEECE5
Complementary color
Monochromatic Colors of #DEECE5
Black with #DEECE5
Text Example
Text Example
White with #DEECE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEECE5; }
p { color: rgb(222,236,229); }
H1.HeaderClassName
{
color: #DEECE5;
}
.AnyTagClassName
{
color: #DEECE5;
}
</style>
background-color css
<style>
a { background-color: #DEECE5; }
a { background-color: rgb(222,236,229); }
div.DivClassName
{
background-color: #DEECE5;
}
.BgClassName
{
background-color: #DEECE5;
}
</style>
border-color css
<style>
span { border-color: #DEECE5; }
span { border-color: rgb(222,236,229); }
td.TdClassName
{
border-color: #DEECE5;
}
.TagClassName
{
border-color: #DEECE5;
}
</style>