Shades of White Ice #D9ECE1
Tints of White Ice #D9ECE1
RGB
CMYK
RGB Variations
Color information
#D9ECE1 (or 0xD9ECE1) is known color: White Ice. HEX triplet: D9, EC and E1. RGB value is (217,236,225). Sum of RGB (Red+Green+Blue) = 217+236+225=678 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.01% from 678); Green value is 236 (92.58% from 255 or 34.81% from 678); Blue value is 225 (88.28% from 255 or 33.19% from 678); Max value from RGB is 236 - color contains mainly: green. Hex color #D9ECE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9ECE1 is #26131E. Grayscale: #E5E5E5. Windows color (decimal): -2495263 or 14806233. OLE color: 14806233.
HSL color Cylindrical-coordinate representation of color #D9ECE1: hue angle of 145.26º degrees, saturation: 0.33, 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 #D9ECE1 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 217 | 236 | 225 | - |
CMYK | 0.08 | 0 | 0.05 | 0.07 |
HSL | 145.26º | 0.33% | 0.89% | - |
HSV(B) | 145.26º | 0.08% | 0.93% | - |
XYZ | 72.2 | 80.18 | 82.9 | - |
YUV | 229.07 | 125.71 | 119.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 236 | 225 | 0.08 | 0 | 0.05 | 0.07 | 145.26 | 0.33 | 0.89 |
Hex | D9 | EC | E1 | 8 | 0 | 5 | 7 | 91 | 21 | 59 |
Octal | 331 | 354 | 341 | 10 | 0 | 5 | 7 | 221 | 41 | 131 |
Binary | 11011001 | 11101100 | 11100001 | 1000 | 0 | 101 | 111 | 10010001 | 100001 | 1011001 |
Color Harmonies of #D9ECE1
Complementary color
Monochromatic Colors of #D9ECE1
Black with #D9ECE1
Text Example
Text Example
White with #D9ECE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ECE1; }
p { color: rgb(217,236,225); }
H1.HeaderClassName
{
color: #D9ECE1;
}
.AnyTagClassName
{
color: #D9ECE1;
}
</style>
background-color css
<style>
a { background-color: #D9ECE1; }
a { background-color: rgb(217,236,225); }
div.DivClassName
{
background-color: #D9ECE1;
}
.BgClassName
{
background-color: #D9ECE1;
}
</style>
border-color css
<style>
span { border-color: #D9ECE1; }
span { border-color: rgb(217,236,225); }
td.TdClassName
{
border-color: #D9ECE1;
}
.TagClassName
{
border-color: #D9ECE1;
}
</style>