Shades of White Ice #D0EDE0
Tints of White Ice #D0EDE0
RGB
CMYK
RGB Variations
Color information
#D0EDE0 (or 0xD0EDE0) is known color: White Ice. HEX triplet: D0, ED and E0. RGB value is (208,237,224). Sum of RGB (Red+Green+Blue) = 208+237+224=669 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.09% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 224 (87.89% from 255 or 33.48% from 669); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EDE0 is #2F121F. Grayscale: #E2E2E2. Windows color (decimal): -3084832 or 14740944. OLE color: 14740944.
HSL color Cylindrical-coordinate representation of color #D0EDE0: hue angle of 153.1º degrees, saturation: 0.45, 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 #D0EDE0 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 237 | 224 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.07 |
| HSL | 153.1º | 0.45% | 0.87% | - |
| HSV(B) | 153.1º | 0.12% | 0.93% | - |
| XYZ | 69.75 | 79.36 | 82.16 | - |
| YUV | 226.85 | 126.39 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 237 | 224 | 0.12 | 0 | 0.05 | 0.07 | 153.1 | 0.45 | 0.87 |
| Hex | D0 | ED | E0 | C | 0 | 5 | 7 | 99 | 2D | 57 |
| Octal | 320 | 355 | 340 | 14 | 0 | 5 | 7 | 231 | 55 | 127 |
| Binary | 11010000 | 11101101 | 11100000 | 1100 | 0 | 101 | 111 | 10011001 | 101101 | 1010111 |
Color Harmonies of #D0EDE0
Complementary color
Monochromatic Colors of #D0EDE0
Black with #D0EDE0
Text Example
Text Example
White with #D0EDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EDE0; }
p { color: rgb(208,237,224); }
H1.HeaderClassName
{
color: #D0EDE0;
}
.AnyTagClassName
{
color: #D0EDE0;
}
</style>
background-color css
<style>
a { background-color: #D0EDE0; }
a { background-color: rgb(208,237,224); }
div.DivClassName
{
background-color: #D0EDE0;
}
.BgClassName
{
background-color: #D0EDE0;
}
</style>
border-color css
<style>
span { border-color: #D0EDE0; }
span { border-color: rgb(208,237,224); }
td.TdClassName
{
border-color: #D0EDE0;
}
.TagClassName
{
border-color: #D0EDE0;
}
</style>