Shades of Jagged Ice #D0E9E5
Tints of Jagged Ice #D0E9E5
RGB
CMYK
RGB Variations
Color information
#D0E9E5 (or 0xD0E9E5) is known color: Jagged Ice. HEX triplet: D0, E9 and E5. RGB value is (208,233,229). Sum of RGB (Red+Green+Blue) = 208+233+229=670 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.04% from 670); Green value is 233 (91.41% from 255 or 34.78% from 670); Blue value is 229 (89.84% from 255 or 34.18% from 670); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E9E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E9E5 is #2F161A. Grayscale: #E1E1E1. Windows color (decimal): -3085851 or 15067600. OLE color: 15067600.
HSL color Cylindrical-coordinate representation of color #D0E9E5: hue angle of 170.4º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0E9E5 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
RGB | 208 | 233 | 229 | - |
CMYK | 0.11 | 0 | 0.02 | 0.09 |
HSL | 170.4º | 0.36% | 0.86% | - |
HSV(B) | 170.4º | 0.11% | 0.91% | - |
XYZ | 69.29 | 77.34 | 85.41 | - |
YUV | 225.07 | 130.22 | 115.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 233 | 229 | 0.11 | 0 | 0.02 | 0.09 | 170.4 | 0.36 | 0.86 |
Hex | D0 | E9 | E5 | B | 0 | 2 | 9 | AA | 24 | 56 |
Octal | 320 | 351 | 345 | 13 | 0 | 2 | 11 | 252 | 44 | 126 |
Binary | 11010000 | 11101001 | 11100101 | 1011 | 0 | 10 | 1001 | 10101010 | 100100 | 1010110 |
Color Harmonies of #D0E9E5
Complementary color
Monochromatic Colors of #D0E9E5
Black with #D0E9E5
Text Example
Text Example
White with #D0E9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E9E5; }
p { color: rgb(208,233,229); }
H1.HeaderClassName
{
color: #D0E9E5;
}
.AnyTagClassName
{
color: #D0E9E5;
}
</style>
background-color css
<style>
a { background-color: #D0E9E5; }
a { background-color: rgb(208,233,229); }
div.DivClassName
{
background-color: #D0E9E5;
}
.BgClassName
{
background-color: #D0E9E5;
}
</style>
border-color css
<style>
span { border-color: #D0E9E5; }
span { border-color: rgb(208,233,229); }
td.TdClassName
{
border-color: #D0E9E5;
}
.TagClassName
{
border-color: #D0E9E5;
}
</style>