Shades of Jagged Ice #D2EBE6
Tints of Jagged Ice #D2EBE6
RGB
CMYK
RGB Variations
Color information
#D2EBE6 (or 0xD2EBE6) is known color: Jagged Ice. HEX triplet: D2, EB and E6. RGB value is (210,235,230). Sum of RGB (Red+Green+Blue) = 210+235+230=675 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.11% from 675); Green value is 235 (92.19% from 255 or 34.81% from 675); Blue value is 230 (90.23% from 255 or 34.07% from 675); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EBE6 is #2D1419. Grayscale: #E2E2E2. Windows color (decimal): -2954266 or 15133650. OLE color: 15133650.
HSL color Cylindrical-coordinate representation of color #D2EBE6: hue angle of 168º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2EBE6 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 235 | 230 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.08 |
| HSL | 168º | 0.38% | 0.87% | - |
| HSV(B) | 168º | 0.11% | 0.92% | - |
| XYZ | 70.57 | 78.83 | 86.36 | - |
| YUV | 226.96 | 129.72 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 235 | 230 | 0.11 | 0 | 0.02 | 0.08 | 168 | 0.38 | 0.87 |
| Hex | D2 | EB | E6 | B | 0 | 2 | 8 | A8 | 26 | 57 |
| Octal | 322 | 353 | 346 | 13 | 0 | 2 | 10 | 250 | 46 | 127 |
| Binary | 11010010 | 11101011 | 11100110 | 1011 | 0 | 10 | 1000 | 10101000 | 100110 | 1010111 |
Color Harmonies of #D2EBE6
Complementary color
Monochromatic Colors of #D2EBE6
Black with #D2EBE6
Text Example
Text Example
White with #D2EBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EBE6; }
p { color: rgb(210,235,230); }
H1.HeaderClassName
{
color: #D2EBE6;
}
.AnyTagClassName
{
color: #D2EBE6;
}
</style>
background-color css
<style>
a { background-color: #D2EBE6; }
a { background-color: rgb(210,235,230); }
div.DivClassName
{
background-color: #D2EBE6;
}
.BgClassName
{
background-color: #D2EBE6;
}
</style>
border-color css
<style>
span { border-color: #D2EBE6; }
span { border-color: rgb(210,235,230); }
td.TdClassName
{
border-color: #D2EBE6;
}
.TagClassName
{
border-color: #D2EBE6;
}
</style>