Shades of Jagged Ice #D0E4E1
Tints of Jagged Ice #D0E4E1
RGB
CMYK
RGB Variations
Color information
#D0E4E1 (or 0xD0E4E1) is known color: Jagged Ice. HEX triplet: D0, E4 and E1. RGB value is (208,228,225). Sum of RGB (Red+Green+Blue) = 208+228+225=661 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.47% from 661); Green value is 228 (89.45% from 255 or 34.49% from 661); Blue value is 225 (88.28% from 255 or 34.04% from 661); Max value from RGB is 228 - color contains mainly: green. Hex color #D0E4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E4E1 is #2F1B1E. Grayscale: #DDDDDD. Windows color (decimal): -3087135 or 14804176. OLE color: 14804176.
HSL color Cylindrical-coordinate representation of color #D0E4E1: hue angle of 171º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0E4E1 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 228 | 225 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.11 |
| HSL | 171º | 0.27% | 0.85% | - |
| HSV(B) | 171º | 0.09% | 0.89% | - |
| XYZ | 67.35 | 74.33 | 82.03 | - |
| YUV | 221.68 | 129.87 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 228 | 225 | 0.09 | 0 | 0.01 | 0.11 | 171 | 0.27 | 0.85 |
| Hex | D0 | E4 | E1 | 9 | 0 | 1 | B | AB | 1B | 55 |
| Octal | 320 | 344 | 341 | 11 | 0 | 1 | 13 | 253 | 33 | 125 |
| Binary | 11010000 | 11100100 | 11100001 | 1001 | 0 | 1 | 1011 | 10101011 | 11011 | 1010101 |
Color Harmonies of #D0E4E1
Complementary color
Monochromatic Colors of #D0E4E1
Black with #D0E4E1
Text Example
Text Example
White with #D0E4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E4E1; }
p { color: rgb(208,228,225); }
H1.HeaderClassName
{
color: #D0E4E1;
}
.AnyTagClassName
{
color: #D0E4E1;
}
</style>
background-color css
<style>
a { background-color: #D0E4E1; }
a { background-color: rgb(208,228,225); }
div.DivClassName
{
background-color: #D0E4E1;
}
.BgClassName
{
background-color: #D0E4E1;
}
</style>
border-color css
<style>
span { border-color: #D0E4E1; }
span { border-color: rgb(208,228,225); }
td.TdClassName
{
border-color: #D0E4E1;
}
.TagClassName
{
border-color: #D0E4E1;
}
</style>