Shades of White Ice #DEE6E2
Tints of White Ice #DEE6E2
RGB
CMYK
RGB Variations
Color information
#DEE6E2 (or 0xDEE6E2) is known color: White Ice. HEX triplet: DE, E6 and E2. RGB value is (222,230,226). Sum of RGB (Red+Green+Blue) = 222+230+226=678 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.74% from 678); Green value is 230 (90.23% from 255 or 33.92% from 678); Blue value is 226 (88.67% from 255 or 33.33% from 678); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE6E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE6E2 is #21191D. Grayscale: #E3E3E3. Windows color (decimal): -2169118 or 14870238. OLE color: 14870238.
HSL color Cylindrical-coordinate representation of color #DEE6E2: hue angle of 150º degrees, saturation: 0.14, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEE6E2 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
RGB | 222 | 230 | 226 | - |
CMYK | 0.03 | 0 | 0.02 | 0.10 |
HSL | 150º | 0.14% | 0.89% | - |
HSV(B) | 150º | 0.03% | 0.9% | - |
XYZ | 72.15 | 77.61 | 83.13 | - |
YUV | 227.15 | 127.35 | 124.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 230 | 226 | 0.03 | 0 | 0.02 | 0.10 | 150 | 0.14 | 0.89 |
Hex | DE | E6 | E2 | 3 | 0 | 2 | A | 96 | E | 59 |
Octal | 336 | 346 | 342 | 3 | 0 | 2 | 12 | 226 | 16 | 131 |
Binary | 11011110 | 11100110 | 11100010 | 11 | 0 | 10 | 1010 | 10010110 | 1110 | 1011001 |
Color Harmonies of #DEE6E2
Complementary color
Monochromatic Colors of #DEE6E2
Black with #DEE6E2
Text Example
Text Example
White with #DEE6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE6E2; }
p { color: rgb(222,230,226); }
H1.HeaderClassName
{
color: #DEE6E2;
}
.AnyTagClassName
{
color: #DEE6E2;
}
</style>
background-color css
<style>
a { background-color: #DEE6E2; }
a { background-color: rgb(222,230,226); }
div.DivClassName
{
background-color: #DEE6E2;
}
.BgClassName
{
background-color: #DEE6E2;
}
</style>
border-color css
<style>
span { border-color: #DEE6E2; }
span { border-color: rgb(222,230,226); }
td.TdClassName
{
border-color: #DEE6E2;
}
.TagClassName
{
border-color: #DEE6E2;
}
</style>