Shades of Fog #DBDADD
Tints of Fog #DBDADD
RGB
CMYK
RGB Variations
Color information
#DBDADD (or 0xDBDADD) is known color: Fog. HEX triplet: DB, DA and DD. RGB value is (219,218,221). Sum of RGB (Red+Green+Blue) = 219+218+221=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 218 (85.55% from 255 or 33.13% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBDADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDADD is #242522. Grayscale: #DADADA. Windows color (decimal): -2368803 or 14539483. OLE color: 14539483.
HSL color Cylindrical-coordinate representation of color #DBDADD: hue angle of 260º 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 #DBDADD is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 218 | 221 | - |
CMYK | 0.01 | 0.01 | 0 | 0.13 |
HSL | 260º | 0.04% | 0.86% | - |
HSV(B) | 260º | 0.01% | 0.87% | - |
XYZ | 67.34 | 70.42 | 78.45 | - |
YUV | 218.64 | 129.33 | 128.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 218 | 221 | 0.01 | 0.01 | 0 | 0.13 | 260 | 0.04 | 0.86 |
Hex | DB | DA | DD | 1 | 1 | 0 | D | 104 | 4 | 56 |
Octal | 333 | 332 | 335 | 1 | 1 | 0 | 15 | 404 | 4 | 126 |
Binary | 11011011 | 11011010 | 11011101 | 1 | 1 | 0 | 1101 | 100000100 | 100 | 1010110 |
Color Harmonies of #DBDADD
Complementary color
Monochromatic Colors of #DBDADD
Black with #DBDADD
Text Example
Text Example
White with #DBDADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDADD; }
p { color: rgb(219,218,221); }
H1.HeaderClassName
{
color: #DBDADD;
}
.AnyTagClassName
{
color: #DBDADD;
}
</style>
background-color css
<style>
a { background-color: #DBDADD; }
a { background-color: rgb(219,218,221); }
div.DivClassName
{
background-color: #DBDADD;
}
.BgClassName
{
background-color: #DBDADD;
}
</style>
border-color css
<style>
span { border-color: #DBDADD; }
span { border-color: rgb(219,218,221); }
td.TdClassName
{
border-color: #DBDADD;
}
.TagClassName
{
border-color: #DBDADD;
}
</style>