Shades of White Ice #D9EEE3
Tints of White Ice #D9EEE3
RGB
CMYK
RGB Variations
Color information
#D9EEE3 (or 0xD9EEE3) is known color: White Ice. HEX triplet: D9, EE and E3. RGB value is (217,238,227). Sum of RGB (Red+Green+Blue) = 217+238+227=682 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.82% from 682); Green value is 238 (93.36% from 255 or 34.90% from 682); Blue value is 227 (89.06% from 255 or 33.28% from 682); Max value from RGB is 238 - color contains mainly: green. Hex color #D9EEE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EEE3 is #26111C. Grayscale: #E6E6E6. Windows color (decimal): -2494749 or 14937817. OLE color: 14937817.
HSL color Cylindrical-coordinate representation of color #D9EEE3: hue angle of 148.57º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9EEE3 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 238 | 227 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.07 |
| HSL | 148.57º | 0.38% | 0.89% | - |
| HSV(B) | 148.57º | 0.09% | 0.93% | - |
| XYZ | 73.05 | 81.45 | 84.54 | - |
| YUV | 230.47 | 126.04 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 238 | 227 | 0.09 | 0 | 0.05 | 0.07 | 148.57 | 0.38 | 0.89 |
| Hex | D9 | EE | E3 | 9 | 0 | 5 | 7 | 95 | 26 | 59 |
| Octal | 331 | 356 | 343 | 11 | 0 | 5 | 7 | 225 | 46 | 131 |
| Binary | 11011001 | 11101110 | 11100011 | 1001 | 0 | 101 | 111 | 10010101 | 100110 | 1011001 |
Color Harmonies of #D9EEE3
Complementary color
Monochromatic Colors of #D9EEE3
Black with #D9EEE3
Text Example
Text Example
White with #D9EEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EEE3; }
p { color: rgb(217,238,227); }
H1.HeaderClassName
{
color: #D9EEE3;
}
.AnyTagClassName
{
color: #D9EEE3;
}
</style>
background-color css
<style>
a { background-color: #D9EEE3; }
a { background-color: rgb(217,238,227); }
div.DivClassName
{
background-color: #D9EEE3;
}
.BgClassName
{
background-color: #D9EEE3;
}
</style>
border-color css
<style>
span { border-color: #D9EEE3; }
span { border-color: rgb(217,238,227); }
td.TdClassName
{
border-color: #D9EEE3;
}
.TagClassName
{
border-color: #D9EEE3;
}
</style>