Shades of White Ice #D7EEE5
Tints of White Ice #D7EEE5
RGB
CMYK
RGB Variations
Color information
#D7EEE5 (or 0xD7EEE5) is known color: White Ice. HEX triplet: D7, EE and E5. RGB value is (215,238,229). Sum of RGB (Red+Green+Blue) = 215+238+229=682 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.52% from 682); Green value is 238 (93.36% from 255 or 34.90% from 682); Blue value is 229 (89.84% from 255 or 33.58% from 682); Max value from RGB is 238 - color contains mainly: green. Hex color #D7EEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EEE5 is #28111A. Grayscale: #E6E6E6. Windows color (decimal): -2625819 or 15068887. OLE color: 15068887.
HSL color Cylindrical-coordinate representation of color #D7EEE5: hue angle of 156.52º degrees, saturation: 0.4, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7EEE5 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 238 | 229 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.07 |
| HSL | 156.52º | 0.4% | 0.89% | - |
| HSV(B) | 156.52º | 0.1% | 0.93% | - |
| XYZ | 72.74 | 81.25 | 85.98 | - |
| YUV | 230.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 238 | 229 | 0.10 | 0 | 0.04 | 0.07 | 156.52 | 0.4 | 0.89 |
| Hex | D7 | EE | E5 | A | 0 | 4 | 7 | 9D | 28 | 59 |
| Octal | 327 | 356 | 345 | 12 | 0 | 4 | 7 | 235 | 50 | 131 |
| Binary | 11010111 | 11101110 | 11100101 | 1010 | 0 | 100 | 111 | 10011101 | 101000 | 1011001 |
Color Harmonies of #D7EEE5
Complementary color
Monochromatic Colors of #D7EEE5
Black with #D7EEE5
Text Example
Text Example
White with #D7EEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EEE5; }
p { color: rgb(215,238,229); }
H1.HeaderClassName
{
color: #D7EEE5;
}
.AnyTagClassName
{
color: #D7EEE5;
}
</style>
background-color css
<style>
a { background-color: #D7EEE5; }
a { background-color: rgb(215,238,229); }
div.DivClassName
{
background-color: #D7EEE5;
}
.BgClassName
{
background-color: #D7EEE5;
}
</style>
border-color css
<style>
span { border-color: #D7EEE5; }
span { border-color: rgb(215,238,229); }
td.TdClassName
{
border-color: #D7EEE5;
}
.TagClassName
{
border-color: #D7EEE5;
}
</style>