Shades of Jagged Ice #D3E6E2
Tints of Jagged Ice #D3E6E2
RGB
CMYK
RGB Variations
Color information
#D3E6E2 (or 0xD3E6E2) is known color: Jagged Ice. HEX triplet: D3, E6 and E2. RGB value is (211,230,226). Sum of RGB (Red+Green+Blue) = 211+230+226=667 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.63% from 667); Green value is 230 (90.23% from 255 or 34.48% from 667); Blue value is 226 (88.67% from 255 or 33.88% from 667); Max value from RGB is 230 - color contains mainly: green. Hex color #D3E6E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3E6E2 is #2C191D. Grayscale: #DFDFDF. Windows color (decimal): -2890014 or 14870227. OLE color: 14870227.
HSL color Cylindrical-coordinate representation of color #D3E6E2: hue angle of 167.37º degrees, saturation: 0.28, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D3E6E2 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
RGB | 211 | 230 | 226 | - |
CMYK | 0.08 | 0 | 0.02 | 0.10 |
HSL | 167.37º | 0.28% | 0.86% | - |
HSV(B) | 167.37º | 0.08% | 0.9% | - |
XYZ | 68.89 | 75.93 | 82.98 | - |
YUV | 223.86 | 129.21 | 118.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 230 | 226 | 0.08 | 0 | 0.02 | 0.10 | 167.37 | 0.28 | 0.86 |
Hex | D3 | E6 | E2 | 8 | 0 | 2 | A | A7 | 1C | 56 |
Octal | 323 | 346 | 342 | 10 | 0 | 2 | 12 | 247 | 34 | 126 |
Binary | 11010011 | 11100110 | 11100010 | 1000 | 0 | 10 | 1010 | 10100111 | 11100 | 1010110 |
Color Harmonies of #D3E6E2
Complementary color
Monochromatic Colors of #D3E6E2
Black with #D3E6E2
Text Example
Text Example
White with #D3E6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E6E2; }
p { color: rgb(211,230,226); }
H1.HeaderClassName
{
color: #D3E6E2;
}
.AnyTagClassName
{
color: #D3E6E2;
}
</style>
background-color css
<style>
a { background-color: #D3E6E2; }
a { background-color: rgb(211,230,226); }
div.DivClassName
{
background-color: #D3E6E2;
}
.BgClassName
{
background-color: #D3E6E2;
}
</style>
border-color css
<style>
span { border-color: #D3E6E2; }
span { border-color: rgb(211,230,226); }
td.TdClassName
{
border-color: #D3E6E2;
}
.TagClassName
{
border-color: #D3E6E2;
}
</style>