Shades of Mystic #DBE1DE
Tints of Mystic #DBE1DE
RGB
CMYK
RGB Variations
Color information
#DBE1DE (or 0xDBE1DE) is known color: Mystic. HEX triplet: DB, E1 and DE. RGB value is (219,225,222). Sum of RGB (Red+Green+Blue) = 219+225+222=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 225 (88.28% from 255 or 33.78% from 666); Blue value is 222 (87.11% from 255 or 33.33% from 666); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE1DE is #241E21. Grayscale: #DEDEDE. Windows color (decimal): -2367010 or 14606811. OLE color: 14606811.
HSL color Cylindrical-coordinate representation of color #DBE1DE: hue angle of 150º 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 #DBE1DE is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 222 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.12 |
| HSL | 150º | 0.09% | 0.87% | - |
| HSV(B) | 150º | 0.03% | 0.88% | - |
| XYZ | 69.32 | 74.18 | 79.77 | - |
| YUV | 222.86 | 127.51 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 222 | 0.03 | 0 | 0.01 | 0.12 | 150 | 0.09 | 0.87 |
| Hex | DB | E1 | DE | 3 | 0 | 1 | C | 96 | 9 | 57 |
| Octal | 333 | 341 | 336 | 3 | 0 | 1 | 14 | 226 | 11 | 127 |
| Binary | 11011011 | 11100001 | 11011110 | 11 | 0 | 1 | 1100 | 10010110 | 1001 | 1010111 |
Color Harmonies of #DBE1DE
Complementary color
Monochromatic Colors of #DBE1DE
Black with #DBE1DE
Text Example
Text Example
White with #DBE1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE1DE; }
p { color: rgb(219,225,222); }
H1.HeaderClassName
{
color: #DBE1DE;
}
.AnyTagClassName
{
color: #DBE1DE;
}
</style>
background-color css
<style>
a { background-color: #DBE1DE; }
a { background-color: rgb(219,225,222); }
div.DivClassName
{
background-color: #DBE1DE;
}
.BgClassName
{
background-color: #DBE1DE;
}
</style>
border-color css
<style>
span { border-color: #DBE1DE; }
span { border-color: rgb(219,225,222); }
td.TdClassName
{
border-color: #DBE1DE;
}
.TagClassName
{
border-color: #DBE1DE;
}
</style>