Shades of Mystic #D7DCD9
Tints of Mystic #D7DCD9
RGB
CMYK
RGB Variations
Color information
#D7DCD9 (or 0xD7DCD9) is known color: Mystic. HEX triplet: D7, DC and D9. RGB value is (215,220,217). Sum of RGB (Red+Green+Blue) = 215+220+217=652 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.98% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DCD9 is #282326. Grayscale: #DADADA. Windows color (decimal): -2630439 or 14277847. OLE color: 14277847.
HSL color Cylindrical-coordinate representation of color #D7DCD9: hue angle of 144º degrees, saturation: 0.07, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D7DCD9 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 215 | 220 | 217 | - |
CMYK | 0.02 | 0 | 0.01 | 0.14 |
HSL | 144º | 0.07% | 0.85% | - |
HSV(B) | 144º | 0.02% | 0.86% | - |
XYZ | 66.14 | 70.64 | 75.8 | - |
YUV | 218.16 | 127.34 | 125.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 220 | 217 | 0.02 | 0 | 0.01 | 0.14 | 144 | 0.07 | 0.85 |
Hex | D7 | DC | D9 | 2 | 0 | 1 | E | 90 | 7 | 55 |
Octal | 327 | 334 | 331 | 2 | 0 | 1 | 16 | 220 | 7 | 125 |
Binary | 11010111 | 11011100 | 11011001 | 10 | 0 | 1 | 1110 | 10010000 | 111 | 1010101 |
Color Harmonies of #D7DCD9
Complementary color
Monochromatic Colors of #D7DCD9
Black with #D7DCD9
Text Example
Text Example
White with #D7DCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DCD9; }
p { color: rgb(215,220,217); }
H1.HeaderClassName
{
color: #D7DCD9;
}
.AnyTagClassName
{
color: #D7DCD9;
}
</style>
background-color css
<style>
a { background-color: #D7DCD9; }
a { background-color: rgb(215,220,217); }
div.DivClassName
{
background-color: #D7DCD9;
}
.BgClassName
{
background-color: #D7DCD9;
}
</style>
border-color css
<style>
span { border-color: #D7DCD9; }
span { border-color: rgb(215,220,217); }
td.TdClassName
{
border-color: #D7DCD9;
}
.TagClassName
{
border-color: #D7DCD9;
}
</style>