Shades of Mystic #D4DAD7
Tints of Mystic #D4DAD7
RGB
CMYK
RGB Variations
Color information
#D4DAD7 (or 0xD4DAD7) is known color: Mystic. HEX triplet: D4, DA and D7. RGB value is (212,218,215). Sum of RGB (Red+Green+Blue) = 212+218+215=645 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.87% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 215 (84.38% from 255 or 33.33% from 645); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DAD7 is #2B2528. Grayscale: #D7D7D7. Windows color (decimal): -2827561 or 14146260. OLE color: 14146260.
HSL color Cylindrical-coordinate representation of color #D4DAD7: hue angle of 150º degrees, saturation: 0.08, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D4DAD7 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
RGB | 212 | 218 | 215 | - |
CMYK | 0.03 | 0 | 0.01 | 0.15 |
HSL | 150º | 0.08% | 0.84% | - |
HSV(B) | 150º | 0.03% | 0.85% | - |
XYZ | 64.49 | 69.05 | 74.22 | - |
YUV | 215.86 | 127.51 | 125.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 218 | 215 | 0.03 | 0 | 0.01 | 0.15 | 150 | 0.08 | 0.84 |
Hex | D4 | DA | D7 | 3 | 0 | 1 | F | 96 | 8 | 54 |
Octal | 324 | 332 | 327 | 3 | 0 | 1 | 17 | 226 | 10 | 124 |
Binary | 11010100 | 11011010 | 11010111 | 11 | 0 | 1 | 1111 | 10010110 | 1000 | 1010100 |
Color Harmonies of #D4DAD7
Complementary color
Monochromatic Colors of #D4DAD7
Black with #D4DAD7
Text Example
Text Example
White with #D4DAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DAD7; }
p { color: rgb(212,218,215); }
H1.HeaderClassName
{
color: #D4DAD7;
}
.AnyTagClassName
{
color: #D4DAD7;
}
</style>
background-color css
<style>
a { background-color: #D4DAD7; }
a { background-color: rgb(212,218,215); }
div.DivClassName
{
background-color: #D4DAD7;
}
.BgClassName
{
background-color: #D4DAD7;
}
</style>
border-color css
<style>
span { border-color: #D4DAD7; }
span { border-color: rgb(212,218,215); }
td.TdClassName
{
border-color: #D4DAD7;
}
.TagClassName
{
border-color: #D4DAD7;
}
</style>