Shades of Mystic #DBDEDC
Tints of Mystic #DBDEDC
RGB
CMYK
RGB Variations
Color information
#DBDEDC (or 0xDBDEDC) is known color: Mystic. HEX triplet: DB, DE and DC. RGB value is (219,222,220). Sum of RGB (Red+Green+Blue) = 219+222+220=661 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.13% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDEDC is #242123. Grayscale: #DCDCDC. Windows color (decimal): -2367780 or 14474971. OLE color: 14474971.
HSL color Cylindrical-coordinate representation of color #DBDEDC: hue angle of 140º degrees, saturation: 0.04, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DBDEDC is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 222 | 220 | - |
CMYK | 0.01 | 0 | 0.01 | 0.13 |
HSL | 140º | 0.04% | 0.86% | - |
HSV(B) | 140º | 0.01% | 0.87% | - |
XYZ | 68.25 | 72.47 | 78.1 | - |
YUV | 220.88 | 127.51 | 126.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 222 | 220 | 0.01 | 0 | 0.01 | 0.13 | 140 | 0.04 | 0.86 |
Hex | DB | DE | DC | 1 | 0 | 1 | D | 8C | 4 | 56 |
Octal | 333 | 336 | 334 | 1 | 0 | 1 | 15 | 214 | 4 | 126 |
Binary | 11011011 | 11011110 | 11011100 | 1 | 0 | 1 | 1101 | 10001100 | 100 | 1010110 |
Color Harmonies of #DBDEDC
Complementary color
Monochromatic Colors of #DBDEDC
Black with #DBDEDC
Text Example
Text Example
White with #DBDEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDEDC; }
p { color: rgb(219,222,220); }
H1.HeaderClassName
{
color: #DBDEDC;
}
.AnyTagClassName
{
color: #DBDEDC;
}
</style>
background-color css
<style>
a { background-color: #DBDEDC; }
a { background-color: rgb(219,222,220); }
div.DivClassName
{
background-color: #DBDEDC;
}
.BgClassName
{
background-color: #DBDEDC;
}
</style>
border-color css
<style>
span { border-color: #DBDEDC; }
span { border-color: rgb(219,222,220); }
td.TdClassName
{
border-color: #DBDEDC;
}
.TagClassName
{
border-color: #DBDEDC;
}
</style>