Shades of Jagged Ice #D0DDDB
Tints of Jagged Ice #D0DDDB
RGB
CMYK
RGB Variations
Color information
#D0DDDB (or 0xD0DDDB) is known color: Jagged Ice. HEX triplet: D0, DD and DB. RGB value is (208,221,219). Sum of RGB (Red+Green+Blue) = 208+221+219=648 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.10% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DDDB is #2F2224. Grayscale: #D8D8D8. Windows color (decimal): -3088933 or 14409168. OLE color: 14409168.
HSL color Cylindrical-coordinate representation of color #D0DDDB: hue angle of 170.77º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D0DDDB is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 208 | 221 | 219 | - |
CMYK | 0.06 | 0 | 0.01 | 0.13 |
HSL | 170.77º | 0.16% | 0.84% | - |
HSV(B) | 170.77º | 0.06% | 0.87% | - |
XYZ | 64.66 | 70.24 | 77.17 | - |
YUV | 216.89 | 129.19 | 121.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 221 | 219 | 0.06 | 0 | 0.01 | 0.13 | 170.77 | 0.16 | 0.84 |
Hex | D0 | DD | DB | 6 | 0 | 1 | D | AB | 10 | 54 |
Octal | 320 | 335 | 333 | 6 | 0 | 1 | 15 | 253 | 20 | 124 |
Binary | 11010000 | 11011101 | 11011011 | 110 | 0 | 1 | 1101 | 10101011 | 10000 | 1010100 |
Color Harmonies of #D0DDDB
Complementary color
Monochromatic Colors of #D0DDDB
Black with #D0DDDB
Text Example
Text Example
White with #D0DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DDDB; }
p { color: rgb(208,221,219); }
H1.HeaderClassName
{
color: #D0DDDB;
}
.AnyTagClassName
{
color: #D0DDDB;
}
</style>
background-color css
<style>
a { background-color: #D0DDDB; }
a { background-color: rgb(208,221,219); }
div.DivClassName
{
background-color: #D0DDDB;
}
.BgClassName
{
background-color: #D0DDDB;
}
</style>
border-color css
<style>
span { border-color: #D0DDDB; }
span { border-color: rgb(208,221,219); }
td.TdClassName
{
border-color: #D0DDDB;
}
.TagClassName
{
border-color: #D0DDDB;
}
</style>