Shades of White Ice #D1E7DE
Tints of White Ice #D1E7DE
RGB
CMYK
RGB Variations
Color information
#D1E7DE (or 0xD1E7DE) is known color: White Ice. HEX triplet: D1, E7 and DE. RGB value is (209,231,222). Sum of RGB (Red+Green+Blue) = 209+231+222=662 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.57% from 662); Green value is 231 (90.62% from 255 or 34.89% from 662); Blue value is 222 (87.11% from 255 or 33.53% from 662); Max value from RGB is 231 - color contains mainly: green. Hex color #D1E7DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1E7DE is #2E1821. Grayscale: #DFDFDF. Windows color (decimal): -3020834 or 14608337. OLE color: 14608337.
HSL color Cylindrical-coordinate representation of color #D1E7DE: hue angle of 155.45º degrees, saturation: 0.31, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1E7DE is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 231 | 222 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.09 |
| HSL | 155.45º | 0.31% | 0.86% | - |
| HSV(B) | 155.45º | 0.1% | 0.91% | - |
| XYZ | 68.06 | 75.98 | 80.19 | - |
| YUV | 223.4 | 127.21 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 231 | 222 | 0.10 | 0 | 0.04 | 0.09 | 155.45 | 0.31 | 0.86 |
| Hex | D1 | E7 | DE | A | 0 | 4 | 9 | 9B | 1F | 56 |
| Octal | 321 | 347 | 336 | 12 | 0 | 4 | 11 | 233 | 37 | 126 |
| Binary | 11010001 | 11100111 | 11011110 | 1010 | 0 | 100 | 1001 | 10011011 | 11111 | 1010110 |
Color Harmonies of #D1E7DE
Complementary color
Monochromatic Colors of #D1E7DE
Black with #D1E7DE
Text Example
Text Example
White with #D1E7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E7DE; }
p { color: rgb(209,231,222); }
H1.HeaderClassName
{
color: #D1E7DE;
}
.AnyTagClassName
{
color: #D1E7DE;
}
</style>
background-color css
<style>
a { background-color: #D1E7DE; }
a { background-color: rgb(209,231,222); }
div.DivClassName
{
background-color: #D1E7DE;
}
.BgClassName
{
background-color: #D1E7DE;
}
</style>
border-color css
<style>
span { border-color: #D1E7DE; }
span { border-color: rgb(209,231,222); }
td.TdClassName
{
border-color: #D1E7DE;
}
.TagClassName
{
border-color: #D1E7DE;
}
</style>