Shades of White Ice #D0E9DC
Tints of White Ice #D0E9DC
RGB
CMYK
RGB Variations
Color information
#D0E9DC (or 0xD0E9DC) is known color: White Ice. HEX triplet: D0, E9 and DC. RGB value is (208,233,220). Sum of RGB (Red+Green+Blue) = 208+233+220=661 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.47% from 661); Green value is 233 (91.41% from 255 or 35.25% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E9DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E9DC is #2F1623. Grayscale: #E0E0E0. Windows color (decimal): -3085860 or 14477776. OLE color: 14477776.
HSL color Cylindrical-coordinate representation of color #D0E9DC: hue angle of 148.8º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0E9DC is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 220 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.09 |
| HSL | 148.8º | 0.36% | 0.86% | - |
| HSV(B) | 148.8º | 0.11% | 0.91% | - |
| XYZ | 68.07 | 76.86 | 78.96 | - |
| YUV | 224.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 220 | 0.11 | 0 | 0.06 | 0.09 | 148.8 | 0.36 | 0.86 |
| Hex | D0 | E9 | DC | B | 0 | 6 | 9 | 95 | 24 | 56 |
| Octal | 320 | 351 | 334 | 13 | 0 | 6 | 11 | 225 | 44 | 126 |
| Binary | 11010000 | 11101001 | 11011100 | 1011 | 0 | 110 | 1001 | 10010101 | 100100 | 1010110 |
Color Harmonies of #D0E9DC
Complementary color
Monochromatic Colors of #D0E9DC
Black with #D0E9DC
Text Example
Text Example
White with #D0E9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E9DC; }
p { color: rgb(208,233,220); }
H1.HeaderClassName
{
color: #D0E9DC;
}
.AnyTagClassName
{
color: #D0E9DC;
}
</style>
background-color css
<style>
a { background-color: #D0E9DC; }
a { background-color: rgb(208,233,220); }
div.DivClassName
{
background-color: #D0E9DC;
}
.BgClassName
{
background-color: #D0E9DC;
}
</style>
border-color css
<style>
span { border-color: #D0E9DC; }
span { border-color: rgb(208,233,220); }
td.TdClassName
{
border-color: #D0E9DC;
}
.TagClassName
{
border-color: #D0E9DC;
}
</style>