Shades of Mystic #DBE2DE
Tints of Mystic #DBE2DE
RGB
CMYK
RGB Variations
Color information
#DBE2DE (or 0xDBE2DE) is known color: Mystic. HEX triplet: DB, E2 and DE. RGB value is (219,226,222). Sum of RGB (Red+Green+Blue) = 219+226+222=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 226 (88.67% from 255 or 33.88% from 667); Blue value is 222 (87.11% from 255 or 33.28% from 667); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE2DE is #241D21. Grayscale: #DFDFDF. Windows color (decimal): -2366754 or 14607067. OLE color: 14607067.
HSL color Cylindrical-coordinate representation of color #DBE2DE: hue angle of 145.71º degrees, saturation: 0.11, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DBE2DE is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 222 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.11 |
| HSL | 145.71º | 0.11% | 0.87% | - |
| HSV(B) | 145.71º | 0.03% | 0.89% | - |
| XYZ | 69.59 | 74.73 | 79.86 | - |
| YUV | 223.45 | 127.18 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 222 | 0.03 | 0 | 0.02 | 0.11 | 145.71 | 0.11 | 0.87 |
| Hex | DB | E2 | DE | 3 | 0 | 2 | B | 92 | B | 57 |
| Octal | 333 | 342 | 336 | 3 | 0 | 2 | 13 | 222 | 13 | 127 |
| Binary | 11011011 | 11100010 | 11011110 | 11 | 0 | 10 | 1011 | 10010010 | 1011 | 1010111 |
Color Harmonies of #DBE2DE
Complementary color
Monochromatic Colors of #DBE2DE
Black with #DBE2DE
Text Example
Text Example
White with #DBE2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE2DE; }
p { color: rgb(219,226,222); }
H1.HeaderClassName
{
color: #DBE2DE;
}
.AnyTagClassName
{
color: #DBE2DE;
}
</style>
background-color css
<style>
a { background-color: #DBE2DE; }
a { background-color: rgb(219,226,222); }
div.DivClassName
{
background-color: #DBE2DE;
}
.BgClassName
{
background-color: #DBE2DE;
}
</style>
border-color css
<style>
span { border-color: #DBE2DE; }
span { border-color: rgb(219,226,222); }
td.TdClassName
{
border-color: #DBE2DE;
}
.TagClassName
{
border-color: #DBE2DE;
}
</style>