Shades of White Ice #D6E9E2
Tints of White Ice #D6E9E2
RGB
CMYK
RGB Variations
Color information
#D6E9E2 (or 0xD6E9E2) is known color: White Ice. HEX triplet: D6, E9 and E2. RGB value is (214,233,226). Sum of RGB (Red+Green+Blue) = 214+233+226=673 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.80% from 673); Green value is 233 (91.41% from 255 or 34.62% from 673); Blue value is 226 (88.67% from 255 or 33.58% from 673); Max value from RGB is 233 - color contains mainly: green. Hex color #D6E9E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6E9E2 is #29161D. Grayscale: #E2E2E2. Windows color (decimal): -2692638 or 14870998. OLE color: 14870998.
HSL color Cylindrical-coordinate representation of color #D6E9E2: hue angle of 157.89º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D6E9E2 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
RGB | 214 | 233 | 226 | - |
CMYK | 0.08 | 0 | 0.03 | 0.09 |
HSL | 157.89º | 0.3% | 0.88% | - |
HSV(B) | 157.89º | 0.08% | 0.91% | - |
XYZ | 70.6 | 78.06 | 83.3 | - |
YUV | 226.52 | 127.71 | 119.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 233 | 226 | 0.08 | 0 | 0.03 | 0.09 | 157.89 | 0.3 | 0.88 |
Hex | D6 | E9 | E2 | 8 | 0 | 3 | 9 | 9E | 1E | 58 |
Octal | 326 | 351 | 342 | 10 | 0 | 3 | 11 | 236 | 36 | 130 |
Binary | 11010110 | 11101001 | 11100010 | 1000 | 0 | 11 | 1001 | 10011110 | 11110 | 1011000 |
Color Harmonies of #D6E9E2
Complementary color
Monochromatic Colors of #D6E9E2
Black with #D6E9E2
Text Example
Text Example
White with #D6E9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E9E2; }
p { color: rgb(214,233,226); }
H1.HeaderClassName
{
color: #D6E9E2;
}
.AnyTagClassName
{
color: #D6E9E2;
}
</style>
background-color css
<style>
a { background-color: #D6E9E2; }
a { background-color: rgb(214,233,226); }
div.DivClassName
{
background-color: #D6E9E2;
}
.BgClassName
{
background-color: #D6E9E2;
}
</style>
border-color css
<style>
span { border-color: #D6E9E2; }
span { border-color: rgb(214,233,226); }
td.TdClassName
{
border-color: #D6E9E2;
}
.TagClassName
{
border-color: #D6E9E2;
}
</style>