Shades of Mystic #D0E1D6
Tints of Mystic #D0E1D6
RGB
CMYK
RGB Variations
Color information
#D0E1D6 (or 0xD0E1D6) is known color: Mystic. HEX triplet: D0, E1 and D6. RGB value is (208,225,214). Sum of RGB (Red+Green+Blue) = 208+225+214=647 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.15% from 647); Green value is 225 (88.28% from 255 or 34.78% from 647); Blue value is 214 (83.98% from 255 or 33.08% from 647); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E1D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E1D6 is #2F1E29. Grayscale: #DADADA. Windows color (decimal): -3087914 or 14082512. OLE color: 14082512.
HSL color Cylindrical-coordinate representation of color #D0E1D6: hue angle of 141.18º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0E1D6 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 225 | 214 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.12 |
| HSL | 141.18º | 0.22% | 0.85% | - |
| HSV(B) | 141.18º | 0.08% | 0.88% | - |
| XYZ | 65.08 | 72.12 | 74.11 | - |
| YUV | 218.66 | 125.37 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 225 | 214 | 0.08 | 0 | 0.05 | 0.12 | 141.18 | 0.22 | 0.85 |
| Hex | D0 | E1 | D6 | 8 | 0 | 5 | C | 8D | 16 | 55 |
| Octal | 320 | 341 | 326 | 10 | 0 | 5 | 14 | 215 | 26 | 125 |
| Binary | 11010000 | 11100001 | 11010110 | 1000 | 0 | 101 | 1100 | 10001101 | 10110 | 1010101 |
Color Harmonies of #D0E1D6
Complementary color
Monochromatic Colors of #D0E1D6
Black with #D0E1D6
Text Example
Text Example
White with #D0E1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E1D6; }
p { color: rgb(208,225,214); }
H1.HeaderClassName
{
color: #D0E1D6;
}
.AnyTagClassName
{
color: #D0E1D6;
}
</style>
background-color css
<style>
a { background-color: #D0E1D6; }
a { background-color: rgb(208,225,214); }
div.DivClassName
{
background-color: #D0E1D6;
}
.BgClassName
{
background-color: #D0E1D6;
}
</style>
border-color css
<style>
span { border-color: #D0E1D6; }
span { border-color: rgb(208,225,214); }
td.TdClassName
{
border-color: #D0E1D6;
}
.TagClassName
{
border-color: #D0E1D6;
}
</style>