Shades of White Ice #D0ECDE
Tints of White Ice #D0ECDE
RGB
CMYK
RGB Variations
Color information
#D0ECDE (or 0xD0ECDE) is known color: White Ice. HEX triplet: D0, EC and DE. RGB value is (208,236,222). Sum of RGB (Red+Green+Blue) = 208+236+222=666 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.23% from 666); Green value is 236 (92.58% from 255 or 35.44% from 666); Blue value is 222 (87.11% from 255 or 33.33% from 666); Max value from RGB is 236 - color contains mainly: green. Hex color #D0ECDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0ECDE is #2F1321. Grayscale: #E2E2E2. Windows color (decimal): -3085090 or 14609616. OLE color: 14609616.
HSL color Cylindrical-coordinate representation of color #D0ECDE: hue angle of 150º 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 #D0ECDE is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 222 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.07 |
| HSL | 150º | 0.42% | 0.87% | - |
| HSV(B) | 150º | 0.12% | 0.93% | - |
| XYZ | 69.19 | 78.67 | 80.65 | - |
| YUV | 226.03 | 125.72 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 222 | 0.12 | 0 | 0.06 | 0.07 | 150 | 0.42 | 0.87 |
| Hex | D0 | EC | DE | C | 0 | 6 | 7 | 96 | 2A | 57 |
| Octal | 320 | 354 | 336 | 14 | 0 | 6 | 7 | 226 | 52 | 127 |
| Binary | 11010000 | 11101100 | 11011110 | 1100 | 0 | 110 | 111 | 10010110 | 101010 | 1010111 |
Color Harmonies of #D0ECDE
Complementary color
Monochromatic Colors of #D0ECDE
Black with #D0ECDE
Text Example
Text Example
White with #D0ECDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ECDE; }
p { color: rgb(208,236,222); }
H1.HeaderClassName
{
color: #D0ECDE;
}
.AnyTagClassName
{
color: #D0ECDE;
}
</style>
background-color css
<style>
a { background-color: #D0ECDE; }
a { background-color: rgb(208,236,222); }
div.DivClassName
{
background-color: #D0ECDE;
}
.BgClassName
{
background-color: #D0ECDE;
}
</style>
border-color css
<style>
span { border-color: #D0ECDE; }
span { border-color: rgb(208,236,222); }
td.TdClassName
{
border-color: #D0ECDE;
}
.TagClassName
{
border-color: #D0ECDE;
}
</style>