Shades of Mystic #D0E9DB
Tints of Mystic #D0E9DB
RGB
CMYK
RGB Variations
Color information
#D0E9DB (or 0xD0E9DB) is known color: Mystic. HEX triplet: D0, E9 and DB. RGB value is (208,233,219). Sum of RGB (Red+Green+Blue) = 208+233+219=660 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.52% from 660); Green value is 233 (91.41% from 255 or 35.30% from 660); Blue value is 219 (85.94% from 255 or 33.18% from 660); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E9DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E9DB is #2F1624. Grayscale: #DFDFDF. Windows color (decimal): -3085861 or 14412240. OLE color: 14412240.
HSL color Cylindrical-coordinate representation of color #D0E9DB: hue angle of 146.4º 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 #D0E9DB is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 208 | 233 | 219 | - |
CMYK | 0.11 | 0 | 0.06 | 0.09 |
HSL | 146.4º | 0.36% | 0.86% | - |
HSV(B) | 146.4º | 0.11% | 0.91% | - |
XYZ | 67.94 | 76.8 | 78.26 | - |
YUV | 223.93 | 125.22 | 116.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 233 | 219 | 0.11 | 0 | 0.06 | 0.09 | 146.4 | 0.36 | 0.86 |
Hex | D0 | E9 | DB | B | 0 | 6 | 9 | 92 | 24 | 56 |
Octal | 320 | 351 | 333 | 13 | 0 | 6 | 11 | 222 | 44 | 126 |
Binary | 11010000 | 11101001 | 11011011 | 1011 | 0 | 110 | 1001 | 10010010 | 100100 | 1010110 |
Color Harmonies of #D0E9DB
Complementary color
Monochromatic Colors of #D0E9DB
Black with #D0E9DB
Text Example
Text Example
White with #D0E9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E9DB; }
p { color: rgb(208,233,219); }
H1.HeaderClassName
{
color: #D0E9DB;
}
.AnyTagClassName
{
color: #D0E9DB;
}
</style>
background-color css
<style>
a { background-color: #D0E9DB; }
a { background-color: rgb(208,233,219); }
div.DivClassName
{
background-color: #D0E9DB;
}
.BgClassName
{
background-color: #D0E9DB;
}
</style>
border-color css
<style>
span { border-color: #D0E9DB; }
span { border-color: rgb(208,233,219); }
td.TdClassName
{
border-color: #D0E9DB;
}
.TagClassName
{
border-color: #D0E9DB;
}
</style>