Shades of White Ice #D1EEDD
Tints of White Ice #D1EEDD
RGB
CMYK
RGB Variations
Color information
#D1EEDD (or 0xD1EEDD) is known color: White Ice. HEX triplet: D1, EE and DD. RGB value is (209,238,221). Sum of RGB (Red+Green+Blue) = 209+238+221=668 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.29% from 668); Green value is 238 (93.36% from 255 or 35.63% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 238 - color contains mainly: green. Hex color #D1EEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EEDD is #2E1122. Grayscale: #E3E3E3. Windows color (decimal): -3019043 or 14544593. OLE color: 14544593.
HSL color Cylindrical-coordinate representation of color #D1EEDD: hue angle of 144.83º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1EEDD is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 238 | 221 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.07 |
| HSL | 144.83º | 0.46% | 0.88% | - |
| HSV(B) | 144.83º | 0.12% | 0.93% | - |
| XYZ | 69.92 | 79.92 | 80.15 | - |
| YUV | 227.39 | 124.39 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 238 | 221 | 0.12 | 0 | 0.07 | 0.07 | 144.83 | 0.46 | 0.88 |
| Hex | D1 | EE | DD | C | 0 | 7 | 7 | 91 | 2E | 58 |
| Octal | 321 | 356 | 335 | 14 | 0 | 7 | 7 | 221 | 56 | 130 |
| Binary | 11010001 | 11101110 | 11011101 | 1100 | 0 | 111 | 111 | 10010001 | 101110 | 1011000 |
Color Harmonies of #D1EEDD
Complementary color
Monochromatic Colors of #D1EEDD
Black with #D1EEDD
Text Example
Text Example
White with #D1EEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EEDD; }
p { color: rgb(209,238,221); }
H1.HeaderClassName
{
color: #D1EEDD;
}
.AnyTagClassName
{
color: #D1EEDD;
}
</style>
background-color css
<style>
a { background-color: #D1EEDD; }
a { background-color: rgb(209,238,221); }
div.DivClassName
{
background-color: #D1EEDD;
}
.BgClassName
{
background-color: #D1EEDD;
}
</style>
border-color css
<style>
span { border-color: #D1EEDD; }
span { border-color: rgb(209,238,221); }
td.TdClassName
{
border-color: #D1EEDD;
}
.TagClassName
{
border-color: #D1EEDD;
}
</style>