Shades of Mystic #D0E3D7
Tints of Mystic #D0E3D7
RGB
CMYK
RGB Variations
Color information
#D0E3D7 (or 0xD0E3D7) is known color: Mystic. HEX triplet: D0, E3 and D7. RGB value is (208,227,215). Sum of RGB (Red+Green+Blue) = 208+227+215=650 (86% of max value = 765). Red value is 208 (81.64% from 255 or 32% from 650); Green value is 227 (89.06% from 255 or 34.92% from 650); Blue value is 215 (84.38% from 255 or 33.08% from 650); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E3D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E3D7 is #2F1C28. Grayscale: #DBDBDB. Windows color (decimal): -3087401 or 14148560. OLE color: 14148560.
HSL color Cylindrical-coordinate representation of color #D0E3D7: hue angle of 142.11º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0E3D7 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 227 | 215 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.11 |
| HSL | 142.11º | 0.25% | 0.85% | - |
| HSV(B) | 142.11º | 0.08% | 0.89% | - |
| XYZ | 65.75 | 73.25 | 74.96 | - |
| YUV | 219.95 | 125.21 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 227 | 215 | 0.08 | 0 | 0.05 | 0.11 | 142.11 | 0.25 | 0.85 |
| Hex | D0 | E3 | D7 | 8 | 0 | 5 | B | 8E | 19 | 55 |
| Octal | 320 | 343 | 327 | 10 | 0 | 5 | 13 | 216 | 31 | 125 |
| Binary | 11010000 | 11100011 | 11010111 | 1000 | 0 | 101 | 1011 | 10001110 | 11001 | 1010101 |
Color Harmonies of #D0E3D7
Complementary color
Monochromatic Colors of #D0E3D7
Black with #D0E3D7
Text Example
Text Example
White with #D0E3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E3D7; }
p { color: rgb(208,227,215); }
H1.HeaderClassName
{
color: #D0E3D7;
}
.AnyTagClassName
{
color: #D0E3D7;
}
</style>
background-color css
<style>
a { background-color: #D0E3D7; }
a { background-color: rgb(208,227,215); }
div.DivClassName
{
background-color: #D0E3D7;
}
.BgClassName
{
background-color: #D0E3D7;
}
</style>
border-color css
<style>
span { border-color: #D0E3D7; }
span { border-color: rgb(208,227,215); }
td.TdClassName
{
border-color: #D0E3D7;
}
.TagClassName
{
border-color: #D0E3D7;
}
</style>