Shades of Jagged Ice #D0E0DD
Tints of Jagged Ice #D0E0DD
RGB
CMYK
RGB Variations
Color information
#D0E0DD (or 0xD0E0DD) is known color: Jagged Ice. HEX triplet: D0, E0 and DD. RGB value is (208,224,221). Sum of RGB (Red+Green+Blue) = 208+224+221=653 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.85% from 653); Green value is 224 (87.89% from 255 or 34.30% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E0DD is #2F1F22. Grayscale: #DADADA. Windows color (decimal): -3088163 or 14541008. OLE color: 14541008.
HSL color Cylindrical-coordinate representation of color #D0E0DD: hue angle of 168.75º degrees, saturation: 0.21, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D0E0DD is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 224 | 221 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.12 |
| HSL | 168.75º | 0.21% | 0.85% | - |
| HSV(B) | 168.75º | 0.07% | 0.88% | - |
| XYZ | 65.72 | 71.94 | 78.83 | - |
| YUV | 218.87 | 129.2 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 224 | 221 | 0.07 | 0 | 0.01 | 0.12 | 168.75 | 0.21 | 0.85 |
| Hex | D0 | E0 | DD | 7 | 0 | 1 | C | A9 | 15 | 55 |
| Octal | 320 | 340 | 335 | 7 | 0 | 1 | 14 | 251 | 25 | 125 |
| Binary | 11010000 | 11100000 | 11011101 | 111 | 0 | 1 | 1100 | 10101001 | 10101 | 1010101 |
Color Harmonies of #D0E0DD
Complementary color
Monochromatic Colors of #D0E0DD
Black with #D0E0DD
Text Example
Text Example
White with #D0E0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E0DD; }
p { color: rgb(208,224,221); }
H1.HeaderClassName
{
color: #D0E0DD;
}
.AnyTagClassName
{
color: #D0E0DD;
}
</style>
background-color css
<style>
a { background-color: #D0E0DD; }
a { background-color: rgb(208,224,221); }
div.DivClassName
{
background-color: #D0E0DD;
}
.BgClassName
{
background-color: #D0E0DD;
}
</style>
border-color css
<style>
span { border-color: #D0E0DD; }
span { border-color: rgb(208,224,221); }
td.TdClassName
{
border-color: #D0E0DD;
}
.TagClassName
{
border-color: #D0E0DD;
}
</style>