Shades of Jagged Ice #D0E5E0
Tints of Jagged Ice #D0E5E0
RGB
CMYK
RGB Variations
Color information
#D0E5E0 (or 0xD0E5E0) is known color: Jagged Ice. HEX triplet: D0, E5 and E0. RGB value is (208,229,224). Sum of RGB (Red+Green+Blue) = 208+229+224=661 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.47% from 661); Green value is 229 (89.84% from 255 or 34.64% from 661); Blue value is 224 (87.89% from 255 or 33.89% from 661); Max value from RGB is 229 - color contains mainly: green. Hex color #D0E5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E5E0 is #2F1A1F. Grayscale: #DEDEDE. Windows color (decimal): -3086880 or 14738896. OLE color: 14738896.
HSL color Cylindrical-coordinate representation of color #D0E5E0: hue angle of 165.71º degrees, saturation: 0.29, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0E5E0 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 229 | 224 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.10 |
| HSL | 165.71º | 0.29% | 0.86% | - |
| HSV(B) | 165.71º | 0.09% | 0.9% | - |
| XYZ | 67.49 | 74.83 | 81.41 | - |
| YUV | 222.15 | 129.04 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 229 | 224 | 0.09 | 0 | 0.02 | 0.10 | 165.71 | 0.29 | 0.86 |
| Hex | D0 | E5 | E0 | 9 | 0 | 2 | A | A6 | 1D | 56 |
| Octal | 320 | 345 | 340 | 11 | 0 | 2 | 12 | 246 | 35 | 126 |
| Binary | 11010000 | 11100101 | 11100000 | 1001 | 0 | 10 | 1010 | 10100110 | 11101 | 1010110 |
Color Harmonies of #D0E5E0
Complementary color
Monochromatic Colors of #D0E5E0
Black with #D0E5E0
Text Example
Text Example
White with #D0E5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E5E0; }
p { color: rgb(208,229,224); }
H1.HeaderClassName
{
color: #D0E5E0;
}
.AnyTagClassName
{
color: #D0E5E0;
}
</style>
background-color css
<style>
a { background-color: #D0E5E0; }
a { background-color: rgb(208,229,224); }
div.DivClassName
{
background-color: #D0E5E0;
}
.BgClassName
{
background-color: #D0E5E0;
}
</style>
border-color css
<style>
span { border-color: #D0E5E0; }
span { border-color: rgb(208,229,224); }
td.TdClassName
{
border-color: #D0E5E0;
}
.TagClassName
{
border-color: #D0E5E0;
}
</style>