Shades of White Ice #D0ECDF
Tints of White Ice #D0ECDF
RGB
CMYK
RGB Variations
Color information
#D0ECDF (or 0xD0ECDF) is known color: White Ice. HEX triplet: D0, EC and DF. RGB value is (208,236,223). Sum of RGB (Red+Green+Blue) = 208+236+223=667 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.18% from 667); Green value is 236 (92.58% from 255 or 35.38% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 236 - color contains mainly: green. Hex color #D0ECDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0ECDF is #2F1320. Grayscale: #E2E2E2. Windows color (decimal): -3085089 or 14675152. OLE color: 14675152.
HSL color Cylindrical-coordinate representation of color #D0ECDF: hue angle of 152.14º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0ECDF is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 223 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.07 |
| HSL | 152.14º | 0.42% | 0.87% | - |
| HSV(B) | 152.14º | 0.12% | 0.93% | - |
| XYZ | 69.33 | 78.73 | 81.35 | - |
| YUV | 226.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 223 | 0.12 | 0 | 0.06 | 0.07 | 152.14 | 0.42 | 0.87 |
| Hex | D0 | EC | DF | C | 0 | 6 | 7 | 98 | 2A | 57 |
| Octal | 320 | 354 | 337 | 14 | 0 | 6 | 7 | 230 | 52 | 127 |
| Binary | 11010000 | 11101100 | 11011111 | 1100 | 0 | 110 | 111 | 10011000 | 101010 | 1010111 |
Color Harmonies of #D0ECDF
Complementary color
Monochromatic Colors of #D0ECDF
Black with #D0ECDF
Text Example
Text Example
White with #D0ECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ECDF; }
p { color: rgb(208,236,223); }
H1.HeaderClassName
{
color: #D0ECDF;
}
.AnyTagClassName
{
color: #D0ECDF;
}
</style>
background-color css
<style>
a { background-color: #D0ECDF; }
a { background-color: rgb(208,236,223); }
div.DivClassName
{
background-color: #D0ECDF;
}
.BgClassName
{
background-color: #D0ECDF;
}
</style>
border-color css
<style>
span { border-color: #D0ECDF; }
span { border-color: rgb(208,236,223); }
td.TdClassName
{
border-color: #D0ECDF;
}
.TagClassName
{
border-color: #D0ECDF;
}
</style>