Shades of Jagged Ice #D0E8E3
Tints of Jagged Ice #D0E8E3
RGB
CMYK
RGB Variations
Color information
#D0E8E3 (or 0xD0E8E3) is known color: Jagged Ice. HEX triplet: D0, E8 and E3. RGB value is (208,232,227). Sum of RGB (Red+Green+Blue) = 208+232+227=667 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.18% from 667); Green value is 232 (91.02% from 255 or 34.78% from 667); Blue value is 227 (89.06% from 255 or 34.03% from 667); Max value from RGB is 232 - color contains mainly: green. Hex color #D0E8E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E8E3 is #2F171C. Grayscale: #E0E0E0. Windows color (decimal): -3086109 or 14936272. OLE color: 14936272.
HSL color Cylindrical-coordinate representation of color #D0E8E3: hue angle of 167.5º degrees, saturation: 0.34, 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 #D0E8E3 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 232 | 227 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.09 |
| HSL | 167.5º | 0.34% | 0.86% | - |
| HSV(B) | 167.5º | 0.1% | 0.91% | - |
| XYZ | 68.73 | 76.67 | 83.85 | - |
| YUV | 224.25 | 129.55 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 232 | 227 | 0.10 | 0 | 0.02 | 0.09 | 167.5 | 0.34 | 0.86 |
| Hex | D0 | E8 | E3 | A | 0 | 2 | 9 | A8 | 22 | 56 |
| Octal | 320 | 350 | 343 | 12 | 0 | 2 | 11 | 250 | 42 | 126 |
| Binary | 11010000 | 11101000 | 11100011 | 1010 | 0 | 10 | 1001 | 10101000 | 100010 | 1010110 |
Color Harmonies of #D0E8E3
Complementary color
Monochromatic Colors of #D0E8E3
Black with #D0E8E3
Text Example
Text Example
White with #D0E8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E8E3; }
p { color: rgb(208,232,227); }
H1.HeaderClassName
{
color: #D0E8E3;
}
.AnyTagClassName
{
color: #D0E8E3;
}
</style>
background-color css
<style>
a { background-color: #D0E8E3; }
a { background-color: rgb(208,232,227); }
div.DivClassName
{
background-color: #D0E8E3;
}
.BgClassName
{
background-color: #D0E8E3;
}
</style>
border-color css
<style>
span { border-color: #D0E8E3; }
span { border-color: rgb(208,232,227); }
td.TdClassName
{
border-color: #D0E8E3;
}
.TagClassName
{
border-color: #D0E8E3;
}
</style>