Shades of Mystic #DBE1DD
Tints of Mystic #DBE1DD
RGB
CMYK
RGB Variations
Color information
#DBE1DD (or 0xDBE1DD) is known color: Mystic. HEX triplet: DB, E1 and DD. RGB value is (219,225,221). Sum of RGB (Red+Green+Blue) = 219+225+221=665 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.93% from 665); Green value is 225 (88.28% from 255 or 33.83% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE1DD is #241E22. Grayscale: #DEDEDE. Windows color (decimal): -2367011 or 14541275. OLE color: 14541275.
HSL color Cylindrical-coordinate representation of color #DBE1DD: hue angle of 140º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DBE1DD is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 221 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.12 |
| HSL | 140º | 0.09% | 0.87% | - |
| HSV(B) | 140º | 0.03% | 0.88% | - |
| XYZ | 69.19 | 74.13 | 79.07 | - |
| YUV | 222.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 221 | 0.03 | 0 | 0.02 | 0.12 | 140 | 0.09 | 0.87 |
| Hex | DB | E1 | DD | 3 | 0 | 2 | C | 8C | 9 | 57 |
| Octal | 333 | 341 | 335 | 3 | 0 | 2 | 14 | 214 | 11 | 127 |
| Binary | 11011011 | 11100001 | 11011101 | 11 | 0 | 10 | 1100 | 10001100 | 1001 | 1010111 |
Color Harmonies of #DBE1DD
Complementary color
Monochromatic Colors of #DBE1DD
Black with #DBE1DD
Text Example
Text Example
White with #DBE1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE1DD; }
p { color: rgb(219,225,221); }
H1.HeaderClassName
{
color: #DBE1DD;
}
.AnyTagClassName
{
color: #DBE1DD;
}
</style>
background-color css
<style>
a { background-color: #DBE1DD; }
a { background-color: rgb(219,225,221); }
div.DivClassName
{
background-color: #DBE1DD;
}
.BgClassName
{
background-color: #DBE1DD;
}
</style>
border-color css
<style>
span { border-color: #DBE1DD; }
span { border-color: rgb(219,225,221); }
td.TdClassName
{
border-color: #DBE1DD;
}
.TagClassName
{
border-color: #DBE1DD;
}
</style>