Shades of White Ice #D3ECE1
Tints of White Ice #D3ECE1
RGB
CMYK
RGB Variations
Color information
#D3ECE1 (or 0xD3ECE1) is known color: White Ice. HEX triplet: D3, EC and E1. RGB value is (211,236,225). Sum of RGB (Red+Green+Blue) = 211+236+225=672 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.40% from 672); Green value is 236 (92.58% from 255 or 35.12% from 672); Blue value is 225 (88.28% from 255 or 33.48% from 672); Max value from RGB is 236 - color contains mainly: green. Hex color #D3ECE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3ECE1 is #2C131E. Grayscale: #E3E3E3. Windows color (decimal): -2888479 or 14806227. OLE color: 14806227.
HSL color Cylindrical-coordinate representation of color #D3ECE1: hue angle of 153.6º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3ECE1 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 236 | 225 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.07 |
| HSL | 153.6º | 0.4% | 0.88% | - |
| HSV(B) | 153.6º | 0.11% | 0.93% | - |
| XYZ | 70.45 | 79.28 | 82.82 | - |
| YUV | 227.27 | 126.72 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 236 | 225 | 0.11 | 0 | 0.05 | 0.07 | 153.6 | 0.4 | 0.88 |
| Hex | D3 | EC | E1 | B | 0 | 5 | 7 | 9A | 28 | 58 |
| Octal | 323 | 354 | 341 | 13 | 0 | 5 | 7 | 232 | 50 | 130 |
| Binary | 11010011 | 11101100 | 11100001 | 1011 | 0 | 101 | 111 | 10011010 | 101000 | 1011000 |
Color Harmonies of #D3ECE1
Complementary color
Monochromatic Colors of #D3ECE1
Black with #D3ECE1
Text Example
Text Example
White with #D3ECE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ECE1; }
p { color: rgb(211,236,225); }
H1.HeaderClassName
{
color: #D3ECE1;
}
.AnyTagClassName
{
color: #D3ECE1;
}
</style>
background-color css
<style>
a { background-color: #D3ECE1; }
a { background-color: rgb(211,236,225); }
div.DivClassName
{
background-color: #D3ECE1;
}
.BgClassName
{
background-color: #D3ECE1;
}
</style>
border-color css
<style>
span { border-color: #D3ECE1; }
span { border-color: rgb(211,236,225); }
td.TdClassName
{
border-color: #D3ECE1;
}
.TagClassName
{
border-color: #D3ECE1;
}
</style>