Shades of Jagged Ice #D1E7E2
Tints of Jagged Ice #D1E7E2
RGB
CMYK
RGB Variations
Color information
#D1E7E2 (or 0xD1E7E2) is known color: Jagged Ice. HEX triplet: D1, E7 and E2. RGB value is (209,231,226). Sum of RGB (Red+Green+Blue) = 209+231+226=666 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.38% from 666); Green value is 231 (90.62% from 255 or 34.68% from 666); Blue value is 226 (88.67% from 255 or 33.93% from 666); Max value from RGB is 231 - color contains mainly: green. Hex color #D1E7E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1E7E2 is #2E181D. Grayscale: #DFDFDF. Windows color (decimal): -3020830 or 14870481. OLE color: 14870481.
HSL color Cylindrical-coordinate representation of color #D1E7E2: hue angle of 166.36º degrees, saturation: 0.31, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1E7E2 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
RGB | 209 | 231 | 226 | - |
CMYK | 0.10 | 0 | 0.02 | 0.09 |
HSL | 166.36º | 0.31% | 0.86% | - |
HSV(B) | 166.36º | 0.1% | 0.91% | - |
XYZ | 68.6 | 76.2 | 83.04 | - |
YUV | 223.85 | 129.21 | 117.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 231 | 226 | 0.10 | 0 | 0.02 | 0.09 | 166.36 | 0.31 | 0.86 |
Hex | D1 | E7 | E2 | A | 0 | 2 | 9 | A6 | 1F | 56 |
Octal | 321 | 347 | 342 | 12 | 0 | 2 | 11 | 246 | 37 | 126 |
Binary | 11010001 | 11100111 | 11100010 | 1010 | 0 | 10 | 1001 | 10100110 | 11111 | 1010110 |
Color Harmonies of #D1E7E2
Complementary color
Monochromatic Colors of #D1E7E2
Black with #D1E7E2
Text Example
Text Example
White with #D1E7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E7E2; }
p { color: rgb(209,231,226); }
H1.HeaderClassName
{
color: #D1E7E2;
}
.AnyTagClassName
{
color: #D1E7E2;
}
</style>
background-color css
<style>
a { background-color: #D1E7E2; }
a { background-color: rgb(209,231,226); }
div.DivClassName
{
background-color: #D1E7E2;
}
.BgClassName
{
background-color: #D1E7E2;
}
</style>
border-color css
<style>
span { border-color: #D1E7E2; }
span { border-color: rgb(209,231,226); }
td.TdClassName
{
border-color: #D1E7E2;
}
.TagClassName
{
border-color: #D1E7E2;
}
</style>