Shades of Mystic #D0E0D7
Tints of Mystic #D0E0D7
RGB
CMYK
RGB Variations
Color information
#D0E0D7 (or 0xD0E0D7) is known color: Mystic. HEX triplet: D0, E0 and D7. RGB value is (208,224,215). Sum of RGB (Red+Green+Blue) = 208+224+215=647 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.15% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 215 (84.38% from 255 or 33.23% from 647); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E0D7 is #2F1F28. Grayscale: #DADADA. Windows color (decimal): -3088169 or 14147792. OLE color: 14147792.
HSL color Cylindrical-coordinate representation of color #D0E0D7: hue angle of 146.25º degrees, saturation: 0.21, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D0E0D7 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 224 | 215 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.12 |
| HSL | 146.25º | 0.21% | 0.85% | - |
| HSV(B) | 146.25º | 0.07% | 0.88% | - |
| XYZ | 64.93 | 71.63 | 74.69 | - |
| YUV | 218.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 224 | 215 | 0.07 | 0 | 0.04 | 0.12 | 146.25 | 0.21 | 0.85 |
| Hex | D0 | E0 | D7 | 7 | 0 | 4 | C | 92 | 15 | 55 |
| Octal | 320 | 340 | 327 | 7 | 0 | 4 | 14 | 222 | 25 | 125 |
| Binary | 11010000 | 11100000 | 11010111 | 111 | 0 | 100 | 1100 | 10010010 | 10101 | 1010101 |
Color Harmonies of #D0E0D7
Complementary color
Monochromatic Colors of #D0E0D7
Black with #D0E0D7
Text Example
Text Example
White with #D0E0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E0D7; }
p { color: rgb(208,224,215); }
H1.HeaderClassName
{
color: #D0E0D7;
}
.AnyTagClassName
{
color: #D0E0D7;
}
</style>
background-color css
<style>
a { background-color: #D0E0D7; }
a { background-color: rgb(208,224,215); }
div.DivClassName
{
background-color: #D0E0D7;
}
.BgClassName
{
background-color: #D0E0D7;
}
</style>
border-color css
<style>
span { border-color: #D0E0D7; }
span { border-color: rgb(208,224,215); }
td.TdClassName
{
border-color: #D0E0D7;
}
.TagClassName
{
border-color: #D0E0D7;
}
</style>