Shades of White Ice #D5EDE0
Tints of White Ice #D5EDE0
RGB
CMYK
RGB Variations
Color information
#D5EDE0 (or 0xD5EDE0) is known color: White Ice. HEX triplet: D5, ED and E0. RGB value is (213,237,224). Sum of RGB (Red+Green+Blue) = 213+237+224=674 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.60% from 674); Green value is 237 (92.97% from 255 or 35.16% from 674); Blue value is 224 (87.89% from 255 or 33.23% from 674); Max value from RGB is 237 - color contains mainly: green. Hex color #D5EDE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EDE0 is #2A121F. Grayscale: #E4E4E4. Windows color (decimal): -2757152 or 14740949. OLE color: 14740949.
HSL color Cylindrical-coordinate representation of color #D5EDE0: hue angle of 147.5º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5EDE0 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 237 | 224 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.07 |
| HSL | 147.5º | 0.4% | 0.88% | - |
| HSV(B) | 147.5º | 0.1% | 0.93% | - |
| XYZ | 71.18 | 80.1 | 82.23 | - |
| YUV | 228.34 | 125.55 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 237 | 224 | 0.10 | 0 | 0.05 | 0.07 | 147.5 | 0.4 | 0.88 |
| Hex | D5 | ED | E0 | A | 0 | 5 | 7 | 94 | 28 | 58 |
| Octal | 325 | 355 | 340 | 12 | 0 | 5 | 7 | 224 | 50 | 130 |
| Binary | 11010101 | 11101101 | 11100000 | 1010 | 0 | 101 | 111 | 10010100 | 101000 | 1011000 |
Color Harmonies of #D5EDE0
Complementary color
Monochromatic Colors of #D5EDE0
Black with #D5EDE0
Text Example
Text Example
White with #D5EDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EDE0; }
p { color: rgb(213,237,224); }
H1.HeaderClassName
{
color: #D5EDE0;
}
.AnyTagClassName
{
color: #D5EDE0;
}
</style>
background-color css
<style>
a { background-color: #D5EDE0; }
a { background-color: rgb(213,237,224); }
div.DivClassName
{
background-color: #D5EDE0;
}
.BgClassName
{
background-color: #D5EDE0;
}
</style>
border-color css
<style>
span { border-color: #D5EDE0; }
span { border-color: rgb(213,237,224); }
td.TdClassName
{
border-color: #D5EDE0;
}
.TagClassName
{
border-color: #D5EDE0;
}
</style>