Shades of White Ice #D0EBDC
Tints of White Ice #D0EBDC
RGB
CMYK
RGB Variations
Color information
#D0EBDC (or 0xD0EBDC) is known color: White Ice. HEX triplet: D0, EB and DC. RGB value is (208,235,220). Sum of RGB (Red+Green+Blue) = 208+235+220=663 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.37% from 663); Green value is 235 (92.19% from 255 or 35.44% from 663); Blue value is 220 (86.33% from 255 or 33.18% from 663); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EBDC is #2F1423. Grayscale: #E1E1E1. Windows color (decimal): -3085348 or 14478288. OLE color: 14478288.
HSL color Cylindrical-coordinate representation of color #D0EBDC: hue angle of 146.67º degrees, saturation: 0.4, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0EBDC is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 235 | 220 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.08 |
| HSL | 146.67º | 0.4% | 0.87% | - |
| HSV(B) | 146.67º | 0.11% | 0.92% | - |
| XYZ | 68.64 | 77.99 | 79.15 | - |
| YUV | 225.22 | 125.05 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 235 | 220 | 0.11 | 0 | 0.06 | 0.08 | 146.67 | 0.4 | 0.87 |
| Hex | D0 | EB | DC | B | 0 | 6 | 8 | 93 | 28 | 57 |
| Octal | 320 | 353 | 334 | 13 | 0 | 6 | 10 | 223 | 50 | 127 |
| Binary | 11010000 | 11101011 | 11011100 | 1011 | 0 | 110 | 1000 | 10010011 | 101000 | 1010111 |
Color Harmonies of #D0EBDC
Complementary color
Monochromatic Colors of #D0EBDC
Black with #D0EBDC
Text Example
Text Example
White with #D0EBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EBDC; }
p { color: rgb(208,235,220); }
H1.HeaderClassName
{
color: #D0EBDC;
}
.AnyTagClassName
{
color: #D0EBDC;
}
</style>
background-color css
<style>
a { background-color: #D0EBDC; }
a { background-color: rgb(208,235,220); }
div.DivClassName
{
background-color: #D0EBDC;
}
.BgClassName
{
background-color: #D0EBDC;
}
</style>
border-color css
<style>
span { border-color: #D0EBDC; }
span { border-color: rgb(208,235,220); }
td.TdClassName
{
border-color: #D0EBDC;
}
.TagClassName
{
border-color: #D0EBDC;
}
</style>