Shades of Mystic #D5DAD7
Tints of Mystic #D5DAD7
RGB
CMYK
RGB Variations
Color information
#D5DAD7 (or 0xD5DAD7) is known color: Mystic. HEX triplet: D5, DA and D7. RGB value is (213,218,215). Sum of RGB (Red+Green+Blue) = 213+218+215=646 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.97% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 215 (84.38% from 255 or 33.28% from 646); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DAD7 is #2A2528. Grayscale: #D8D8D8. Windows color (decimal): -2762025 or 14146261. OLE color: 14146261.
HSL color Cylindrical-coordinate representation of color #D5DAD7: hue angle of 144º degrees, saturation: 0.06, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D5DAD7 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
RGB | 213 | 218 | 215 | - |
CMYK | 0.02 | 0 | 0.01 | 0.15 |
HSL | 144º | 0.06% | 0.85% | - |
HSV(B) | 144º | 0.02% | 0.85% | - |
XYZ | 64.78 | 69.2 | 74.23 | - |
YUV | 216.16 | 127.34 | 125.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 218 | 215 | 0.02 | 0 | 0.01 | 0.15 | 144 | 0.06 | 0.85 |
Hex | D5 | DA | D7 | 2 | 0 | 1 | F | 90 | 6 | 55 |
Octal | 325 | 332 | 327 | 2 | 0 | 1 | 17 | 220 | 6 | 125 |
Binary | 11010101 | 11011010 | 11010111 | 10 | 0 | 1 | 1111 | 10010000 | 110 | 1010101 |
Color Harmonies of #D5DAD7
Complementary color
Monochromatic Colors of #D5DAD7
Black with #D5DAD7
Text Example
Text Example
White with #D5DAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DAD7; }
p { color: rgb(213,218,215); }
H1.HeaderClassName
{
color: #D5DAD7;
}
.AnyTagClassName
{
color: #D5DAD7;
}
</style>
background-color css
<style>
a { background-color: #D5DAD7; }
a { background-color: rgb(213,218,215); }
div.DivClassName
{
background-color: #D5DAD7;
}
.BgClassName
{
background-color: #D5DAD7;
}
</style>
border-color css
<style>
span { border-color: #D5DAD7; }
span { border-color: rgb(213,218,215); }
td.TdClassName
{
border-color: #D5DAD7;
}
.TagClassName
{
border-color: #D5DAD7;
}
</style>