Shades of White Ice #D7EDE4
Tints of White Ice #D7EDE4
RGB
CMYK
RGB Variations
Color information
#D7EDE4 (or 0xD7EDE4) is known color: White Ice. HEX triplet: D7, ED and E4. RGB value is (215,237,228). Sum of RGB (Red+Green+Blue) = 215+237+228=680 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.62% from 680); Green value is 237 (92.97% from 255 or 34.85% from 680); Blue value is 228 (89.45% from 255 or 33.53% from 680); Max value from RGB is 237 - color contains mainly: green. Hex color #D7EDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EDE4 is #28121B. Grayscale: #E5E5E5. Windows color (decimal): -2626076 or 15003095. OLE color: 15003095.
HSL color Cylindrical-coordinate representation of color #D7EDE4: hue angle of 155.45º 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 #D7EDE4 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 237 | 228 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.07 |
| HSL | 155.45º | 0.38% | 0.89% | - |
| HSV(B) | 155.45º | 0.09% | 0.93% | - |
| XYZ | 72.31 | 80.62 | 85.15 | - |
| YUV | 229.4 | 127.21 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 237 | 228 | 0.09 | 0 | 0.04 | 0.07 | 155.45 | 0.38 | 0.89 |
| Hex | D7 | ED | E4 | 9 | 0 | 4 | 7 | 9B | 26 | 59 |
| Octal | 327 | 355 | 344 | 11 | 0 | 4 | 7 | 233 | 46 | 131 |
| Binary | 11010111 | 11101101 | 11100100 | 1001 | 0 | 100 | 111 | 10011011 | 100110 | 1011001 |
Color Harmonies of #D7EDE4
Complementary color
Monochromatic Colors of #D7EDE4
Black with #D7EDE4
Text Example
Text Example
White with #D7EDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EDE4; }
p { color: rgb(215,237,228); }
H1.HeaderClassName
{
color: #D7EDE4;
}
.AnyTagClassName
{
color: #D7EDE4;
}
</style>
background-color css
<style>
a { background-color: #D7EDE4; }
a { background-color: rgb(215,237,228); }
div.DivClassName
{
background-color: #D7EDE4;
}
.BgClassName
{
background-color: #D7EDE4;
}
</style>
border-color css
<style>
span { border-color: #D7EDE4; }
span { border-color: rgb(215,237,228); }
td.TdClassName
{
border-color: #D7EDE4;
}
.TagClassName
{
border-color: #D7EDE4;
}
</style>