Shades of White Ice #D0EDDC
Tints of White Ice #D0EDDC
RGB
CMYK
RGB Variations
Color information
#D0EDDC (or 0xD0EDDC) is known color: White Ice. HEX triplet: D0, ED and DC. RGB value is (208,237,220). Sum of RGB (Red+Green+Blue) = 208+237+220=665 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.28% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EDDC is #2F1223. Grayscale: #E2E2E2. Windows color (decimal): -3084836 or 14478800. OLE color: 14478800.
HSL color Cylindrical-coordinate representation of color #D0EDDC: hue angle of 144.83º 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 #D0EDDC is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 208 | 237 | 220 | - |
CMYK | 0.12 | 0 | 0.07 | 0.07 |
HSL | 144.83º | 0.45% | 0.87% | - |
HSV(B) | 144.83º | 0.12% | 0.93% | - |
XYZ | 69.21 | 79.15 | 79.34 | - |
YUV | 226.39 | 124.39 | 114.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 237 | 220 | 0.12 | 0 | 0.07 | 0.07 | 144.83 | 0.45 | 0.87 |
Hex | D0 | ED | DC | C | 0 | 7 | 7 | 91 | 2D | 57 |
Octal | 320 | 355 | 334 | 14 | 0 | 7 | 7 | 221 | 55 | 127 |
Binary | 11010000 | 11101101 | 11011100 | 1100 | 0 | 111 | 111 | 10010001 | 101101 | 1010111 |
Color Harmonies of #D0EDDC
Complementary color
Monochromatic Colors of #D0EDDC
Black with #D0EDDC
Text Example
Text Example
White with #D0EDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EDDC; }
p { color: rgb(208,237,220); }
H1.HeaderClassName
{
color: #D0EDDC;
}
.AnyTagClassName
{
color: #D0EDDC;
}
</style>
background-color css
<style>
a { background-color: #D0EDDC; }
a { background-color: rgb(208,237,220); }
div.DivClassName
{
background-color: #D0EDDC;
}
.BgClassName
{
background-color: #D0EDDC;
}
</style>
border-color css
<style>
span { border-color: #D0EDDC; }
span { border-color: rgb(208,237,220); }
td.TdClassName
{
border-color: #D0EDDC;
}
.TagClassName
{
border-color: #D0EDDC;
}
</style>