Shades of Jagged Ice #D0EDE7
Tints of Jagged Ice #D0EDE7
RGB
CMYK
RGB Variations
Color information
#D0EDE7 (or 0xD0EDE7) is known color: Jagged Ice. HEX triplet: D0, ED and E7. RGB value is (208,237,231). Sum of RGB (Red+Green+Blue) = 208+237+231=676 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.77% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 231 (90.62% from 255 or 34.17% from 676); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EDE7 is #2F1218. Grayscale: #E3E3E3. Windows color (decimal): -3084825 or 15199696. OLE color: 15199696.
HSL color Cylindrical-coordinate representation of color #D0EDE7: hue angle of 167.59º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0EDE7 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 237 | 231 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.07 |
| HSL | 167.59º | 0.45% | 0.87% | - |
| HSV(B) | 167.59º | 0.12% | 0.93% | - |
| XYZ | 70.72 | 79.75 | 87.27 | - |
| YUV | 227.65 | 129.89 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 237 | 231 | 0.12 | 0 | 0.03 | 0.07 | 167.59 | 0.45 | 0.87 |
| Hex | D0 | ED | E7 | C | 0 | 3 | 7 | A8 | 2D | 57 |
| Octal | 320 | 355 | 347 | 14 | 0 | 3 | 7 | 250 | 55 | 127 |
| Binary | 11010000 | 11101101 | 11100111 | 1100 | 0 | 11 | 111 | 10101000 | 101101 | 1010111 |
Color Harmonies of #D0EDE7
Complementary color
Monochromatic Colors of #D0EDE7
Black with #D0EDE7
Text Example
Text Example
White with #D0EDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EDE7; }
p { color: rgb(208,237,231); }
H1.HeaderClassName
{
color: #D0EDE7;
}
.AnyTagClassName
{
color: #D0EDE7;
}
</style>
background-color css
<style>
a { background-color: #D0EDE7; }
a { background-color: rgb(208,237,231); }
div.DivClassName
{
background-color: #D0EDE7;
}
.BgClassName
{
background-color: #D0EDE7;
}
</style>
border-color css
<style>
span { border-color: #D0EDE7; }
span { border-color: rgb(208,237,231); }
td.TdClassName
{
border-color: #D0EDE7;
}
.TagClassName
{
border-color: #D0EDE7;
}
</style>