Shades of Mystic #D9DDDB
Tints of Mystic #D9DDDB
RGB
CMYK
RGB Variations
Color information
#D9DDDB (or 0xD9DDDB) is known color: Mystic. HEX triplet: D9, DD and DB. RGB value is (217,221,219). Sum of RGB (Red+Green+Blue) = 217+221+219=657 (87% of max value = 765). Red value is 217 (85.16% from 255 or 33.03% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDDB is #262224. Grayscale: #DBDBDB. Windows color (decimal): -2499109 or 14409177. OLE color: 14409177.
HSL color Cylindrical-coordinate representation of color #D9DDDB: hue angle of 150º degrees, saturation: 0.06, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D9DDDB is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 217 | 221 | 219 | - |
CMYK | 0.02 | 0 | 0.01 | 0.13 |
HSL | 150º | 0.06% | 0.86% | - |
HSV(B) | 150º | 0.02% | 0.87% | - |
XYZ | 67.26 | 71.58 | 77.29 | - |
YUV | 219.58 | 127.67 | 126.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 221 | 219 | 0.02 | 0 | 0.01 | 0.13 | 150 | 0.06 | 0.86 |
Hex | D9 | DD | DB | 2 | 0 | 1 | D | 96 | 6 | 56 |
Octal | 331 | 335 | 333 | 2 | 0 | 1 | 15 | 226 | 6 | 126 |
Binary | 11011001 | 11011101 | 11011011 | 10 | 0 | 1 | 1101 | 10010110 | 110 | 1010110 |
Color Harmonies of #D9DDDB
Complementary color
Monochromatic Colors of #D9DDDB
Black with #D9DDDB
Text Example
Text Example
White with #D9DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DDDB; }
p { color: rgb(217,221,219); }
H1.HeaderClassName
{
color: #D9DDDB;
}
.AnyTagClassName
{
color: #D9DDDB;
}
</style>
background-color css
<style>
a { background-color: #D9DDDB; }
a { background-color: rgb(217,221,219); }
div.DivClassName
{
background-color: #D9DDDB;
}
.BgClassName
{
background-color: #D9DDDB;
}
</style>
border-color css
<style>
span { border-color: #D9DDDB; }
span { border-color: rgb(217,221,219); }
td.TdClassName
{
border-color: #D9DDDB;
}
.TagClassName
{
border-color: #D9DDDB;
}
</style>