Shades of White Ice #D9EDE5
Tints of White Ice #D9EDE5
RGB
CMYK
RGB Variations
Color information
#D9EDE5 (or 0xD9EDE5) is known color: White Ice. HEX triplet: D9, ED and E5. RGB value is (217,237,229). Sum of RGB (Red+Green+Blue) = 217+237+229=683 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.77% from 683); Green value is 237 (92.97% from 255 or 34.70% from 683); Blue value is 229 (89.84% from 255 or 33.53% from 683); Max value from RGB is 237 - color contains mainly: green. Hex color #D9EDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EDE5 is #26121A. Grayscale: #E6E6E6. Windows color (decimal): -2495003 or 15068633. OLE color: 15068633.
HSL color Cylindrical-coordinate representation of color #D9EDE5: hue angle of 156º degrees, saturation: 0.36, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9EDE5 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 217 | 237 | 229 | - |
CMYK | 0.08 | 0 | 0.03 | 0.07 |
HSL | 156º | 0.36% | 0.89% | - |
HSV(B) | 156º | 0.08% | 0.93% | - |
XYZ | 73.04 | 80.98 | 85.91 | - |
YUV | 230.11 | 127.37 | 118.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 237 | 229 | 0.08 | 0 | 0.03 | 0.07 | 156 | 0.36 | 0.89 |
Hex | D9 | ED | E5 | 8 | 0 | 3 | 7 | 9C | 24 | 59 |
Octal | 331 | 355 | 345 | 10 | 0 | 3 | 7 | 234 | 44 | 131 |
Binary | 11011001 | 11101101 | 11100101 | 1000 | 0 | 11 | 111 | 10011100 | 100100 | 1011001 |
Color Harmonies of #D9EDE5
Complementary color
Monochromatic Colors of #D9EDE5
Black with #D9EDE5
Text Example
Text Example
White with #D9EDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EDE5; }
p { color: rgb(217,237,229); }
H1.HeaderClassName
{
color: #D9EDE5;
}
.AnyTagClassName
{
color: #D9EDE5;
}
</style>
background-color css
<style>
a { background-color: #D9EDE5; }
a { background-color: rgb(217,237,229); }
div.DivClassName
{
background-color: #D9EDE5;
}
.BgClassName
{
background-color: #D9EDE5;
}
</style>
border-color css
<style>
span { border-color: #D9EDE5; }
span { border-color: rgb(217,237,229); }
td.TdClassName
{
border-color: #D9EDE5;
}
.TagClassName
{
border-color: #D9EDE5;
}
</style>