Shades of Mystic #D7DDDA
Tints of Mystic #D7DDDA
RGB
CMYK
RGB Variations
Color information
#D7DDDA (or 0xD7DDDA) is known color: Mystic. HEX triplet: D7, DD and DA. RGB value is (215,221,218). Sum of RGB (Red+Green+Blue) = 215+221+218=654 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.87% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DDDA is #282225. Grayscale: #DADADA. Windows color (decimal): -2630182 or 14343639. OLE color: 14343639.
HSL color Cylindrical-coordinate representation of color #D7DDDA: hue angle of 150º degrees, saturation: 0.08, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D7DDDA is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 215 | 221 | 218 | - |
CMYK | 0.03 | 0 | 0.01 | 0.13 |
HSL | 150º | 0.08% | 0.85% | - |
HSV(B) | 150º | 0.03% | 0.87% | - |
XYZ | 66.54 | 71.22 | 76.57 | - |
YUV | 218.86 | 127.51 | 125.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 221 | 218 | 0.03 | 0 | 0.01 | 0.13 | 150 | 0.08 | 0.85 |
Hex | D7 | DD | DA | 3 | 0 | 1 | D | 96 | 8 | 55 |
Octal | 327 | 335 | 332 | 3 | 0 | 1 | 15 | 226 | 10 | 125 |
Binary | 11010111 | 11011101 | 11011010 | 11 | 0 | 1 | 1101 | 10010110 | 1000 | 1010101 |
Color Harmonies of #D7DDDA
Complementary color
Monochromatic Colors of #D7DDDA
Black with #D7DDDA
Text Example
Text Example
White with #D7DDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DDDA; }
p { color: rgb(215,221,218); }
H1.HeaderClassName
{
color: #D7DDDA;
}
.AnyTagClassName
{
color: #D7DDDA;
}
</style>
background-color css
<style>
a { background-color: #D7DDDA; }
a { background-color: rgb(215,221,218); }
div.DivClassName
{
background-color: #D7DDDA;
}
.BgClassName
{
background-color: #D7DDDA;
}
</style>
border-color css
<style>
span { border-color: #D7DDDA; }
span { border-color: rgb(215,221,218); }
td.TdClassName
{
border-color: #D7DDDA;
}
.TagClassName
{
border-color: #D7DDDA;
}
</style>