Shades of Fog #DBDADE
Tints of Fog #DBDADE
RGB
CMYK
RGB Variations
Color information
#DBDADE (or 0xDBDADE) is known color: Fog. HEX triplet: DB, DA and DE. RGB value is (219,218,222). Sum of RGB (Red+Green+Blue) = 219+218+222=659 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.23% from 659); Green value is 218 (85.55% from 255 or 33.08% from 659); Blue value is 222 (87.11% from 255 or 33.69% from 659); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBDADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDADE is #242521. Grayscale: #DADADA. Windows color (decimal): -2368802 or 14605019. OLE color: 14605019.
HSL color Cylindrical-coordinate representation of color #DBDADE: hue angle of 255º degrees, saturation: 0.06, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DBDADE is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 218 | 222 | - |
CMYK | 0.01 | 0.02 | 0 | 0.13 |
HSL | 255º | 0.06% | 0.86% | - |
HSV(B) | 255º | 0.02% | 0.87% | - |
XYZ | 67.47 | 70.48 | 79.15 | - |
YUV | 218.76 | 129.83 | 128.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 218 | 222 | 0.01 | 0.02 | 0 | 0.13 | 255 | 0.06 | 0.86 |
Hex | DB | DA | DE | 1 | 2 | 0 | D | FF | 6 | 56 |
Octal | 333 | 332 | 336 | 1 | 2 | 0 | 15 | 377 | 6 | 126 |
Binary | 11011011 | 11011010 | 11011110 | 1 | 10 | 0 | 1101 | 11111111 | 110 | 1010110 |
Color Harmonies of #DBDADE
Complementary color
Monochromatic Colors of #DBDADE
Black with #DBDADE
Text Example
Text Example
White with #DBDADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDADE; }
p { color: rgb(219,218,222); }
H1.HeaderClassName
{
color: #DBDADE;
}
.AnyTagClassName
{
color: #DBDADE;
}
</style>
background-color css
<style>
a { background-color: #DBDADE; }
a { background-color: rgb(219,218,222); }
div.DivClassName
{
background-color: #DBDADE;
}
.BgClassName
{
background-color: #DBDADE;
}
</style>
border-color css
<style>
span { border-color: #DBDADE; }
span { border-color: rgb(219,218,222); }
td.TdClassName
{
border-color: #DBDADE;
}
.TagClassName
{
border-color: #DBDADE;
}
</style>