Shades of White Ice #DEE7E2
Tints of White Ice #DEE7E2
RGB
CMYK
RGB Variations
Color information
#DEE7E2 (or 0xDEE7E2) is known color: White Ice. HEX triplet: DE, E7 and E2. RGB value is (222,231,226). Sum of RGB (Red+Green+Blue) = 222+231+226=679 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.70% from 679); Green value is 231 (90.62% from 255 or 34.02% from 679); Blue value is 226 (88.67% from 255 or 33.28% from 679); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE7E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE7E2 is #21181D. Grayscale: #E3E3E3. Windows color (decimal): -2168862 or 14870494. OLE color: 14870494.
HSL color Cylindrical-coordinate representation of color #DEE7E2: hue angle of 146.67º degrees, saturation: 0.16, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DEE7E2 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
RGB | 222 | 231 | 226 | - |
CMYK | 0.04 | 0 | 0.02 | 0.09 |
HSL | 146.67º | 0.16% | 0.89% | - |
HSV(B) | 146.67º | 0.04% | 0.91% | - |
XYZ | 72.43 | 78.17 | 83.22 | - |
YUV | 227.74 | 127.02 | 123.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 231 | 226 | 0.04 | 0 | 0.02 | 0.09 | 146.67 | 0.16 | 0.89 |
Hex | DE | E7 | E2 | 4 | 0 | 2 | 9 | 93 | 10 | 59 |
Octal | 336 | 347 | 342 | 4 | 0 | 2 | 11 | 223 | 20 | 131 |
Binary | 11011110 | 11100111 | 11100010 | 100 | 0 | 10 | 1001 | 10010011 | 10000 | 1011001 |
Color Harmonies of #DEE7E2
Complementary color
Monochromatic Colors of #DEE7E2
Black with #DEE7E2
Text Example
Text Example
White with #DEE7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE7E2; }
p { color: rgb(222,231,226); }
H1.HeaderClassName
{
color: #DEE7E2;
}
.AnyTagClassName
{
color: #DEE7E2;
}
</style>
background-color css
<style>
a { background-color: #DEE7E2; }
a { background-color: rgb(222,231,226); }
div.DivClassName
{
background-color: #DEE7E2;
}
.BgClassName
{
background-color: #DEE7E2;
}
</style>
border-color css
<style>
span { border-color: #DEE7E2; }
span { border-color: rgb(222,231,226); }
td.TdClassName
{
border-color: #DEE7E2;
}
.TagClassName
{
border-color: #DEE7E2;
}
</style>