Shades of Jagged Ice #D1E1DE
Tints of Jagged Ice #D1E1DE
RGB
CMYK
RGB Variations
Color information
#D1E1DE (or 0xD1E1DE) is known color: Jagged Ice. HEX triplet: D1, E1 and DE. RGB value is (209,225,222). Sum of RGB (Red+Green+Blue) = 209+225+222=656 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.86% from 656); Green value is 225 (88.28% from 255 or 34.30% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E1DE is #2E1E21. Grayscale: #DBDBDB. Windows color (decimal): -3022370 or 14606801. OLE color: 14606801.
HSL color Cylindrical-coordinate representation of color #D1E1DE: 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 #D1E1DE is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 225 | 222 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.12 |
| HSL | 168.75º | 0.21% | 0.85% | - |
| HSV(B) | 168.75º | 0.07% | 0.88% | - |
| XYZ | 66.4 | 72.68 | 79.64 | - |
| YUV | 219.87 | 129.2 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 225 | 222 | 0.07 | 0 | 0.01 | 0.12 | 168.75 | 0.21 | 0.85 |
| Hex | D1 | E1 | DE | 7 | 0 | 1 | C | A9 | 15 | 55 |
| Octal | 321 | 341 | 336 | 7 | 0 | 1 | 14 | 251 | 25 | 125 |
| Binary | 11010001 | 11100001 | 11011110 | 111 | 0 | 1 | 1100 | 10101001 | 10101 | 1010101 |
Color Harmonies of #D1E1DE
Complementary color
Monochromatic Colors of #D1E1DE
Black with #D1E1DE
Text Example
Text Example
White with #D1E1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E1DE; }
p { color: rgb(209,225,222); }
H1.HeaderClassName
{
color: #D1E1DE;
}
.AnyTagClassName
{
color: #D1E1DE;
}
</style>
background-color css
<style>
a { background-color: #D1E1DE; }
a { background-color: rgb(209,225,222); }
div.DivClassName
{
background-color: #D1E1DE;
}
.BgClassName
{
background-color: #D1E1DE;
}
</style>
border-color css
<style>
span { border-color: #D1E1DE; }
span { border-color: rgb(209,225,222); }
td.TdClassName
{
border-color: #D1E1DE;
}
.TagClassName
{
border-color: #D1E1DE;
}
</style>