Shades of White Ice #D5EDE4
Tints of White Ice #D5EDE4
RGB
CMYK
RGB Variations
Color information
#D5EDE4 (or 0xD5EDE4) is known color: White Ice. HEX triplet: D5, ED and E4. RGB value is (213,237,228). Sum of RGB (Red+Green+Blue) = 213+237+228=678 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.42% from 678); Green value is 237 (92.97% from 255 or 34.96% from 678); Blue value is 228 (89.45% from 255 or 33.63% from 678); Max value from RGB is 237 - color contains mainly: green. Hex color #D5EDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EDE4 is #2A121B. Grayscale: #E4E4E4. Windows color (decimal): -2757148 or 15003093. OLE color: 15003093.
HSL color Cylindrical-coordinate representation of color #D5EDE4: hue angle of 157.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 #D5EDE4 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 237 | 228 | - |
CMYK | 0.10 | 0 | 0.04 | 0.07 |
HSL | 157.5º | 0.4% | 0.88% | - |
HSV(B) | 157.5º | 0.1% | 0.93% | - |
XYZ | 71.73 | 80.32 | 85.12 | - |
YUV | 228.8 | 127.55 | 116.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 237 | 228 | 0.10 | 0 | 0.04 | 0.07 | 157.5 | 0.4 | 0.88 |
Hex | D5 | ED | E4 | A | 0 | 4 | 7 | 9E | 28 | 58 |
Octal | 325 | 355 | 344 | 12 | 0 | 4 | 7 | 236 | 50 | 130 |
Binary | 11010101 | 11101101 | 11100100 | 1010 | 0 | 100 | 111 | 10011110 | 101000 | 1011000 |
Color Harmonies of #D5EDE4
Complementary color
Monochromatic Colors of #D5EDE4
Black with #D5EDE4
Text Example
Text Example
White with #D5EDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EDE4; }
p { color: rgb(213,237,228); }
H1.HeaderClassName
{
color: #D5EDE4;
}
.AnyTagClassName
{
color: #D5EDE4;
}
</style>
background-color css
<style>
a { background-color: #D5EDE4; }
a { background-color: rgb(213,237,228); }
div.DivClassName
{
background-color: #D5EDE4;
}
.BgClassName
{
background-color: #D5EDE4;
}
</style>
border-color css
<style>
span { border-color: #D5EDE4; }
span { border-color: rgb(213,237,228); }
td.TdClassName
{
border-color: #D5EDE4;
}
.TagClassName
{
border-color: #D5EDE4;
}
</style>