Shades of Mystic #D8DDDA
Tints of Mystic #D8DDDA
RGB
CMYK
RGB Variations
Color information
#D8DDDA (or 0xD8DDDA) is known color: Mystic. HEX triplet: D8, DD and DA. RGB value is (216,221,218). Sum of RGB (Red+Green+Blue) = 216+221+218=655 (86% of max value = 765). Red value is 216 (84.77% from 255 or 32.98% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DDDA is #272225. Grayscale: #DBDBDB. Windows color (decimal): -2564646 or 14343640. OLE color: 14343640.
HSL color Cylindrical-coordinate representation of color #D8DDDA: hue angle of 144º degrees, saturation: 0.07, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D8DDDA is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 216 | 221 | 218 | - |
CMYK | 0.02 | 0 | 0.01 | 0.13 |
HSL | 144º | 0.07% | 0.86% | - |
HSV(B) | 144º | 0.02% | 0.87% | - |
XYZ | 66.83 | 71.37 | 76.58 | - |
YUV | 219.16 | 127.34 | 125.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 221 | 218 | 0.02 | 0 | 0.01 | 0.13 | 144 | 0.07 | 0.86 |
Hex | D8 | DD | DA | 2 | 0 | 1 | D | 90 | 7 | 56 |
Octal | 330 | 335 | 332 | 2 | 0 | 1 | 15 | 220 | 7 | 126 |
Binary | 11011000 | 11011101 | 11011010 | 10 | 0 | 1 | 1101 | 10010000 | 111 | 1010110 |
Color Harmonies of #D8DDDA
Complementary color
Monochromatic Colors of #D8DDDA
Black with #D8DDDA
Text Example
Text Example
White with #D8DDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DDDA; }
p { color: rgb(216,221,218); }
H1.HeaderClassName
{
color: #D8DDDA;
}
.AnyTagClassName
{
color: #D8DDDA;
}
</style>
background-color css
<style>
a { background-color: #D8DDDA; }
a { background-color: rgb(216,221,218); }
div.DivClassName
{
background-color: #D8DDDA;
}
.BgClassName
{
background-color: #D8DDDA;
}
</style>
border-color css
<style>
span { border-color: #D8DDDA; }
span { border-color: rgb(216,221,218); }
td.TdClassName
{
border-color: #D8DDDA;
}
.TagClassName
{
border-color: #D8DDDA;
}
</style>