Shades of Jagged Ice #D1E2DF
Tints of Jagged Ice #D1E2DF
RGB
CMYK
RGB Variations
Color information
#D1E2DF (or 0xD1E2DF) is known color: Jagged Ice. HEX triplet: D1, E2 and DF. RGB value is (209,226,223). Sum of RGB (Red+Green+Blue) = 209+226+223=658 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.76% from 658); Green value is 226 (88.67% from 255 or 34.35% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 226 - color contains mainly: green. Hex color #D1E2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E2DF is #2E1D20. Grayscale: #DCDCDC. Windows color (decimal): -3022113 or 14672593. OLE color: 14672593.
HSL color Cylindrical-coordinate representation of color #D1E2DF: hue angle of 169.41º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D1E2DF is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 226 | 223 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.11 |
| HSL | 169.41º | 0.23% | 0.85% | - |
| HSV(B) | 169.41º | 0.08% | 0.89% | - |
| XYZ | 66.81 | 73.28 | 80.43 | - |
| YUV | 220.58 | 129.37 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 226 | 223 | 0.08 | 0 | 0.01 | 0.11 | 169.41 | 0.23 | 0.85 |
| Hex | D1 | E2 | DF | 8 | 0 | 1 | B | A9 | 17 | 55 |
| Octal | 321 | 342 | 337 | 10 | 0 | 1 | 13 | 251 | 27 | 125 |
| Binary | 11010001 | 11100010 | 11011111 | 1000 | 0 | 1 | 1011 | 10101001 | 10111 | 1010101 |
Color Harmonies of #D1E2DF
Complementary color
Monochromatic Colors of #D1E2DF
Black with #D1E2DF
Text Example
Text Example
White with #D1E2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E2DF; }
p { color: rgb(209,226,223); }
H1.HeaderClassName
{
color: #D1E2DF;
}
.AnyTagClassName
{
color: #D1E2DF;
}
</style>
background-color css
<style>
a { background-color: #D1E2DF; }
a { background-color: rgb(209,226,223); }
div.DivClassName
{
background-color: #D1E2DF;
}
.BgClassName
{
background-color: #D1E2DF;
}
</style>
border-color css
<style>
span { border-color: #D1E2DF; }
span { border-color: rgb(209,226,223); }
td.TdClassName
{
border-color: #D1E2DF;
}
.TagClassName
{
border-color: #D1E2DF;
}
</style>