Shades of Fog #DBD6E5
Tints of Fog #DBD6E5
RGB
CMYK
RGB Variations
Color information
#DBD6E5 (or 0xDBD6E5) is known color: Fog. HEX triplet: DB, D6 and E5. RGB value is (219,214,229). Sum of RGB (Red+Green+Blue) = 219+214+229=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 214 (83.98% from 255 or 32.33% from 662); Blue value is 229 (89.84% from 255 or 34.59% from 662); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBD6E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD6E5 is #24291A. Grayscale: #D9D9D9. Windows color (decimal): -2369819 or 15062747. OLE color: 15062747.
HSL color Cylindrical-coordinate representation of color #DBD6E5: hue angle of 260º degrees, saturation: 0.22, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBD6E5 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 214 | 229 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.10 |
| HSL | 260º | 0.22% | 0.87% | - |
| HSV(B) | 260º | 0.07% | 0.9% | - |
| XYZ | 67.4 | 68.81 | 83.86 | - |
| YUV | 217.21 | 134.66 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 214 | 229 | 0.04 | 0.07 | 0 | 0.10 | 260 | 0.22 | 0.87 |
| Hex | DB | D6 | E5 | 4 | 7 | 0 | A | 104 | 16 | 57 |
| Octal | 333 | 326 | 345 | 4 | 7 | 0 | 12 | 404 | 26 | 127 |
| Binary | 11011011 | 11010110 | 11100101 | 100 | 111 | 0 | 1010 | 100000100 | 10110 | 1010111 |
Color Harmonies of #DBD6E5
Complementary color
Monochromatic Colors of #DBD6E5
Black with #DBD6E5
Text Example
Text Example
White with #DBD6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD6E5; }
p { color: rgb(219,214,229); }
H1.HeaderClassName
{
color: #DBD6E5;
}
.AnyTagClassName
{
color: #DBD6E5;
}
</style>
background-color css
<style>
a { background-color: #DBD6E5; }
a { background-color: rgb(219,214,229); }
div.DivClassName
{
background-color: #DBD6E5;
}
.BgClassName
{
background-color: #DBD6E5;
}
</style>
border-color css
<style>
span { border-color: #DBD6E5; }
span { border-color: rgb(219,214,229); }
td.TdClassName
{
border-color: #DBD6E5;
}
.TagClassName
{
border-color: #DBD6E5;
}
</style>