Shades of Mystic #D0E9DA
Tints of Mystic #D0E9DA
RGB
CMYK
RGB Variations
Color information
#D0E9DA (or 0xD0E9DA) is known color: Mystic. HEX triplet: D0, E9 and DA. RGB value is (208,233,218). Sum of RGB (Red+Green+Blue) = 208+233+218=659 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.56% from 659); Green value is 233 (91.41% from 255 or 35.36% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E9DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E9DA is #2F1625. Grayscale: #DFDFDF. Windows color (decimal): -3085862 or 14346704. OLE color: 14346704.
HSL color Cylindrical-coordinate representation of color #D0E9DA: hue angle of 144º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0E9DA is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 218 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.09 |
| HSL | 144º | 0.36% | 0.86% | - |
| HSV(B) | 144º | 0.11% | 0.91% | - |
| XYZ | 67.81 | 76.75 | 77.57 | - |
| YUV | 223.82 | 124.72 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 218 | 0.11 | 0 | 0.06 | 0.09 | 144 | 0.36 | 0.86 |
| Hex | D0 | E9 | DA | B | 0 | 6 | 9 | 90 | 24 | 56 |
| Octal | 320 | 351 | 332 | 13 | 0 | 6 | 11 | 220 | 44 | 126 |
| Binary | 11010000 | 11101001 | 11011010 | 1011 | 0 | 110 | 1001 | 10010000 | 100100 | 1010110 |
Color Harmonies of #D0E9DA
Complementary color
Monochromatic Colors of #D0E9DA
Black with #D0E9DA
Text Example
Text Example
White with #D0E9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E9DA; }
p { color: rgb(208,233,218); }
H1.HeaderClassName
{
color: #D0E9DA;
}
.AnyTagClassName
{
color: #D0E9DA;
}
</style>
background-color css
<style>
a { background-color: #D0E9DA; }
a { background-color: rgb(208,233,218); }
div.DivClassName
{
background-color: #D0E9DA;
}
.BgClassName
{
background-color: #D0E9DA;
}
</style>
border-color css
<style>
span { border-color: #D0E9DA; }
span { border-color: rgb(208,233,218); }
td.TdClassName
{
border-color: #D0E9DA;
}
.TagClassName
{
border-color: #D0E9DA;
}
</style>