Shades of White Ice #D5EEE5
Tints of White Ice #D5EEE5
RGB
CMYK
RGB Variations
Color information
#D5EEE5 (or 0xD5EEE5) is known color: White Ice. HEX triplet: D5, EE and E5. RGB value is (213,238,229). Sum of RGB (Red+Green+Blue) = 213+238+229=680 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.32% from 680); Green value is 238 (93.36% from 255 or 35% from 680); Blue value is 229 (89.84% from 255 or 33.68% from 680); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EEE5 is #2A111A. Grayscale: #E5E5E5. Windows color (decimal): -2756891 or 15068885. OLE color: 15068885.
HSL color Cylindrical-coordinate representation of color #D5EEE5: hue angle of 158.4º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5EEE5 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 238 | 229 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.07 |
| HSL | 158.4º | 0.42% | 0.88% | - |
| HSV(B) | 158.4º | 0.11% | 0.93% | - |
| XYZ | 72.16 | 80.95 | 85.95 | - |
| YUV | 229.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 238 | 229 | 0.11 | 0 | 0.04 | 0.07 | 158.4 | 0.42 | 0.88 |
| Hex | D5 | EE | E5 | B | 0 | 4 | 7 | 9E | 2A | 58 |
| Octal | 325 | 356 | 345 | 13 | 0 | 4 | 7 | 236 | 52 | 130 |
| Binary | 11010101 | 11101110 | 11100101 | 1011 | 0 | 100 | 111 | 10011110 | 101010 | 1011000 |
Color Harmonies of #D5EEE5
Complementary color
Monochromatic Colors of #D5EEE5
Black with #D5EEE5
Text Example
Text Example
White with #D5EEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EEE5; }
p { color: rgb(213,238,229); }
H1.HeaderClassName
{
color: #D5EEE5;
}
.AnyTagClassName
{
color: #D5EEE5;
}
</style>
background-color css
<style>
a { background-color: #D5EEE5; }
a { background-color: rgb(213,238,229); }
div.DivClassName
{
background-color: #D5EEE5;
}
.BgClassName
{
background-color: #D5EEE5;
}
</style>
border-color css
<style>
span { border-color: #D5EEE5; }
span { border-color: rgb(213,238,229); }
td.TdClassName
{
border-color: #D5EEE5;
}
.TagClassName
{
border-color: #D5EEE5;
}
</style>