Shades of Mystic #D6DEDA
Tints of Mystic #D6DEDA
RGB
CMYK
RGB Variations
Color information
#D6DEDA (or 0xD6DEDA) is known color: Mystic. HEX triplet: D6, DE and DA. RGB value is (214,222,218). Sum of RGB (Red+Green+Blue) = 214+222+218=654 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.72% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DEDA is #292125. Grayscale: #DBDBDB. Windows color (decimal): -2695462 or 14343894. OLE color: 14343894.
HSL color Cylindrical-coordinate representation of color #D6DEDA: hue angle of 150º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D6DEDA is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 214 | 222 | 218 | - |
CMYK | 0.04 | 0 | 0.02 | 0.13 |
HSL | 150º | 0.11% | 0.85% | - |
HSV(B) | 150º | 0.04% | 0.87% | - |
XYZ | 66.51 | 71.6 | 76.64 | - |
YUV | 219.15 | 127.35 | 124.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 222 | 218 | 0.04 | 0 | 0.02 | 0.13 | 150 | 0.11 | 0.85 |
Hex | D6 | DE | DA | 4 | 0 | 2 | D | 96 | B | 55 |
Octal | 326 | 336 | 332 | 4 | 0 | 2 | 15 | 226 | 13 | 125 |
Binary | 11010110 | 11011110 | 11011010 | 100 | 0 | 10 | 1101 | 10010110 | 1011 | 1010101 |
Color Harmonies of #D6DEDA
Complementary color
Monochromatic Colors of #D6DEDA
Black with #D6DEDA
Text Example
Text Example
White with #D6DEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DEDA; }
p { color: rgb(214,222,218); }
H1.HeaderClassName
{
color: #D6DEDA;
}
.AnyTagClassName
{
color: #D6DEDA;
}
</style>
background-color css
<style>
a { background-color: #D6DEDA; }
a { background-color: rgb(214,222,218); }
div.DivClassName
{
background-color: #D6DEDA;
}
.BgClassName
{
background-color: #D6DEDA;
}
</style>
border-color css
<style>
span { border-color: #D6DEDA; }
span { border-color: rgb(214,222,218); }
td.TdClassName
{
border-color: #D6DEDA;
}
.TagClassName
{
border-color: #D6DEDA;
}
</style>