Shades of Mystic #D8DBD9
Tints of Mystic #D8DBD9
RGB
CMYK
RGB Variations
Color information
#D8DBD9 (or 0xD8DBD9) is known color: Mystic. HEX triplet: D8, DB and D9. RGB value is (216,219,217). Sum of RGB (Red+Green+Blue) = 216+219+217=652 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.13% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DBD9 is #272426. Grayscale: #D9D9D9. Windows color (decimal): -2565159 or 14277592. OLE color: 14277592.
HSL color Cylindrical-coordinate representation of color #D8DBD9: hue angle of 140º degrees, saturation: 0.04, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D8DBD9 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 216 | 219 | 217 | - |
CMYK | 0.01 | 0 | 0.01 | 0.14 |
HSL | 140º | 0.04% | 0.85% | - |
HSV(B) | 140º | 0.01% | 0.86% | - |
XYZ | 66.17 | 70.27 | 75.72 | - |
YUV | 217.88 | 127.51 | 126.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 219 | 217 | 0.01 | 0 | 0.01 | 0.14 | 140 | 0.04 | 0.85 |
Hex | D8 | DB | D9 | 1 | 0 | 1 | E | 8C | 4 | 55 |
Octal | 330 | 333 | 331 | 1 | 0 | 1 | 16 | 214 | 4 | 125 |
Binary | 11011000 | 11011011 | 11011001 | 1 | 0 | 1 | 1110 | 10001100 | 100 | 1010101 |
Color Harmonies of #D8DBD9
Complementary color
Monochromatic Colors of #D8DBD9
Black with #D8DBD9
Text Example
Text Example
White with #D8DBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DBD9; }
p { color: rgb(216,219,217); }
H1.HeaderClassName
{
color: #D8DBD9;
}
.AnyTagClassName
{
color: #D8DBD9;
}
</style>
background-color css
<style>
a { background-color: #D8DBD9; }
a { background-color: rgb(216,219,217); }
div.DivClassName
{
background-color: #D8DBD9;
}
.BgClassName
{
background-color: #D8DBD9;
}
</style>
border-color css
<style>
span { border-color: #D8DBD9; }
span { border-color: rgb(216,219,217); }
td.TdClassName
{
border-color: #D8DBD9;
}
.TagClassName
{
border-color: #D8DBD9;
}
</style>