Shades of Mystic #D0DAD5
Tints of Mystic #D0DAD5
RGB
CMYK
RGB Variations
Color information
#D0DAD5 (or 0xD0DAD5) is known color: Mystic. HEX triplet: D0, DA and D5. RGB value is (208,218,213). Sum of RGB (Red+Green+Blue) = 208+218+213=639 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.55% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DAD5 is #2F252A. Grayscale: #D6D6D6. Windows color (decimal): -3089707 or 14015184. OLE color: 14015184.
HSL color Cylindrical-coordinate representation of color #D0DAD5: hue angle of 150º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D0DAD5 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 218 | 213 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.15 |
| HSL | 150º | 0.12% | 0.84% | - |
| HSV(B) | 150º | 0.05% | 0.85% | - |
| XYZ | 63.09 | 68.36 | 72.82 | - |
| YUV | 214.44 | 127.19 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 218 | 213 | 0.05 | 0 | 0.02 | 0.15 | 150 | 0.12 | 0.84 |
| Hex | D0 | DA | D5 | 5 | 0 | 2 | F | 96 | C | 54 |
| Octal | 320 | 332 | 325 | 5 | 0 | 2 | 17 | 226 | 14 | 124 |
| Binary | 11010000 | 11011010 | 11010101 | 101 | 0 | 10 | 1111 | 10010110 | 1100 | 1010100 |
Color Harmonies of #D0DAD5
Complementary color
Monochromatic Colors of #D0DAD5
Black with #D0DAD5
Text Example
Text Example
White with #D0DAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DAD5; }
p { color: rgb(208,218,213); }
H1.HeaderClassName
{
color: #D0DAD5;
}
.AnyTagClassName
{
color: #D0DAD5;
}
</style>
background-color css
<style>
a { background-color: #D0DAD5; }
a { background-color: rgb(208,218,213); }
div.DivClassName
{
background-color: #D0DAD5;
}
.BgClassName
{
background-color: #D0DAD5;
}
</style>
border-color css
<style>
span { border-color: #D0DAD5; }
span { border-color: rgb(208,218,213); }
td.TdClassName
{
border-color: #D0DAD5;
}
.TagClassName
{
border-color: #D0DAD5;
}
</style>