Shades of White Ice #D3ECDF
Tints of White Ice #D3ECDF
RGB
CMYK
RGB Variations
Color information
#D3ECDF (or 0xD3ECDF) is known color: White Ice. HEX triplet: D3, EC and DF. RGB value is (211,236,223). Sum of RGB (Red+Green+Blue) = 211+236+223=670 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.49% from 670); Green value is 236 (92.58% from 255 or 35.22% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 236 - color contains mainly: green. Hex color #D3ECDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3ECDF is #2C1320. Grayscale: #E3E3E3. Windows color (decimal): -2888481 or 14675155. OLE color: 14675155.
HSL color Cylindrical-coordinate representation of color #D3ECDF: hue angle of 148.8º 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 #D3ECDF is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 236 | 223 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.07 |
| HSL | 148.8º | 0.4% | 0.88% | - |
| HSV(B) | 148.8º | 0.11% | 0.93% | - |
| XYZ | 70.18 | 79.17 | 81.39 | - |
| YUV | 227.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 236 | 223 | 0.11 | 0 | 0.06 | 0.07 | 148.8 | 0.4 | 0.88 |
| Hex | D3 | EC | DF | B | 0 | 6 | 7 | 95 | 28 | 58 |
| Octal | 323 | 354 | 337 | 13 | 0 | 6 | 7 | 225 | 50 | 130 |
| Binary | 11010011 | 11101100 | 11011111 | 1011 | 0 | 110 | 111 | 10010101 | 101000 | 1011000 |
Color Harmonies of #D3ECDF
Complementary color
Monochromatic Colors of #D3ECDF
Black with #D3ECDF
Text Example
Text Example
White with #D3ECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ECDF; }
p { color: rgb(211,236,223); }
H1.HeaderClassName
{
color: #D3ECDF;
}
.AnyTagClassName
{
color: #D3ECDF;
}
</style>
background-color css
<style>
a { background-color: #D3ECDF; }
a { background-color: rgb(211,236,223); }
div.DivClassName
{
background-color: #D3ECDF;
}
.BgClassName
{
background-color: #D3ECDF;
}
</style>
border-color css
<style>
span { border-color: #D3ECDF; }
span { border-color: rgb(211,236,223); }
td.TdClassName
{
border-color: #D3ECDF;
}
.TagClassName
{
border-color: #D3ECDF;
}
</style>