Shades of Mystic #DBDFDD
Tints of Mystic #DBDFDD
RGB
CMYK
RGB Variations
Color information
#DBDFDD (or 0xDBDFDD) is known color: Mystic. HEX triplet: DB, DF and DD. RGB value is (219,223,221). Sum of RGB (Red+Green+Blue) = 219+223+221=663 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.03% from 663); Green value is 223 (87.5% from 255 or 33.63% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDFDD is #242022. Grayscale: #DDDDDD. Windows color (decimal): -2367523 or 14540763. OLE color: 14540763.
HSL color Cylindrical-coordinate representation of color #DBDFDD: hue angle of 150º degrees, saturation: 0.06, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DBDFDD is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 223 | 221 | - |
CMYK | 0.02 | 0 | 0.01 | 0.13 |
HSL | 150º | 0.06% | 0.87% | - |
HSV(B) | 150º | 0.02% | 0.87% | - |
XYZ | 68.65 | 73.06 | 78.89 | - |
YUV | 221.58 | 127.67 | 126.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 223 | 221 | 0.02 | 0 | 0.01 | 0.13 | 150 | 0.06 | 0.87 |
Hex | DB | DF | DD | 2 | 0 | 1 | D | 96 | 6 | 57 |
Octal | 333 | 337 | 335 | 2 | 0 | 1 | 15 | 226 | 6 | 127 |
Binary | 11011011 | 11011111 | 11011101 | 10 | 0 | 1 | 1101 | 10010110 | 110 | 1010111 |
Color Harmonies of #DBDFDD
Complementary color
Monochromatic Colors of #DBDFDD
Black with #DBDFDD
Text Example
Text Example
White with #DBDFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFDD; }
p { color: rgb(219,223,221); }
H1.HeaderClassName
{
color: #DBDFDD;
}
.AnyTagClassName
{
color: #DBDFDD;
}
</style>
background-color css
<style>
a { background-color: #DBDFDD; }
a { background-color: rgb(219,223,221); }
div.DivClassName
{
background-color: #DBDFDD;
}
.BgClassName
{
background-color: #DBDFDD;
}
</style>
border-color css
<style>
span { border-color: #DBDFDD; }
span { border-color: rgb(219,223,221); }
td.TdClassName
{
border-color: #DBDFDD;
}
.TagClassName
{
border-color: #DBDFDD;
}
</style>