Shades of Jagged Ice #D0E9E4
Tints of Jagged Ice #D0E9E4
RGB
CMYK
RGB Variations
Color information
#D0E9E4 (or 0xD0E9E4) is known color: Jagged Ice. HEX triplet: D0, E9 and E4. RGB value is (208,233,228). Sum of RGB (Red+Green+Blue) = 208+233+228=669 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.09% from 669); Green value is 233 (91.41% from 255 or 34.83% from 669); Blue value is 228 (89.45% from 255 or 34.08% from 669); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E9E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E9E4 is #2F161B. Grayscale: #E0E0E0. Windows color (decimal): -3085852 or 15002064. OLE color: 15002064.
HSL color Cylindrical-coordinate representation of color #D0E9E4: hue angle of 168º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0E9E4 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 228 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.09 |
| HSL | 168º | 0.36% | 0.86% | - |
| HSV(B) | 168º | 0.11% | 0.91% | - |
| XYZ | 69.15 | 77.29 | 84.67 | - |
| YUV | 224.96 | 129.72 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 228 | 0.11 | 0 | 0.02 | 0.09 | 168 | 0.36 | 0.86 |
| Hex | D0 | E9 | E4 | B | 0 | 2 | 9 | A8 | 24 | 56 |
| Octal | 320 | 351 | 344 | 13 | 0 | 2 | 11 | 250 | 44 | 126 |
| Binary | 11010000 | 11101001 | 11100100 | 1011 | 0 | 10 | 1001 | 10101000 | 100100 | 1010110 |
Color Harmonies of #D0E9E4
Complementary color
Monochromatic Colors of #D0E9E4
Black with #D0E9E4
Text Example
Text Example
White with #D0E9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E9E4; }
p { color: rgb(208,233,228); }
H1.HeaderClassName
{
color: #D0E9E4;
}
.AnyTagClassName
{
color: #D0E9E4;
}
</style>
background-color css
<style>
a { background-color: #D0E9E4; }
a { background-color: rgb(208,233,228); }
div.DivClassName
{
background-color: #D0E9E4;
}
.BgClassName
{
background-color: #D0E9E4;
}
</style>
border-color css
<style>
span { border-color: #D0E9E4; }
span { border-color: rgb(208,233,228); }
td.TdClassName
{
border-color: #D0E9E4;
}
.TagClassName
{
border-color: #D0E9E4;
}
</style>