Shades of White Ice #D0EDDD
Tints of White Ice #D0EDDD
RGB
CMYK
RGB Variations
Color information
#D0EDDD (or 0xD0EDDD) is known color: White Ice. HEX triplet: D0, ED and DD. RGB value is (208,237,221). Sum of RGB (Red+Green+Blue) = 208+237+221=666 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.23% from 666); Green value is 237 (92.97% from 255 or 35.59% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EDDD is #2F1222. Grayscale: #E2E2E2. Windows color (decimal): -3084835 or 14544336. OLE color: 14544336.
HSL color Cylindrical-coordinate representation of color #D0EDDD: hue angle of 146.9º 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 #D0EDDD is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 208 | 237 | 221 | - |
CMYK | 0.12 | 0 | 0.07 | 0.07 |
HSL | 146.9º | 0.45% | 0.87% | - |
HSV(B) | 146.9º | 0.12% | 0.93% | - |
XYZ | 69.35 | 79.2 | 80.04 | - |
YUV | 226.51 | 124.89 | 114.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 237 | 221 | 0.12 | 0 | 0.07 | 0.07 | 146.9 | 0.45 | 0.87 |
Hex | D0 | ED | DD | C | 0 | 7 | 7 | 93 | 2D | 57 |
Octal | 320 | 355 | 335 | 14 | 0 | 7 | 7 | 223 | 55 | 127 |
Binary | 11010000 | 11101101 | 11011101 | 1100 | 0 | 111 | 111 | 10010011 | 101101 | 1010111 |
Color Harmonies of #D0EDDD
Complementary color
Monochromatic Colors of #D0EDDD
Black with #D0EDDD
Text Example
Text Example
White with #D0EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EDDD; }
p { color: rgb(208,237,221); }
H1.HeaderClassName
{
color: #D0EDDD;
}
.AnyTagClassName
{
color: #D0EDDD;
}
</style>
background-color css
<style>
a { background-color: #D0EDDD; }
a { background-color: rgb(208,237,221); }
div.DivClassName
{
background-color: #D0EDDD;
}
.BgClassName
{
background-color: #D0EDDD;
}
</style>
border-color css
<style>
span { border-color: #D0EDDD; }
span { border-color: rgb(208,237,221); }
td.TdClassName
{
border-color: #D0EDDD;
}
.TagClassName
{
border-color: #D0EDDD;
}
</style>