Shades of Fog #DBD0F6
Tints of Fog #DBD0F6
RGB
CMYK
RGB Variations
Color information
#DBD0F6 (or 0xDBD0F6) is known color: Fog. HEX triplet: DB, D0 and F6. RGB value is (219,208,246). Sum of RGB (Red+Green+Blue) = 219+208+246=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 208 (81.64% from 255 or 30.91% from 673); Blue value is 246 (96.48% from 255 or 36.55% from 673); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBD0F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD0F6 is #242F09. Grayscale: #D7D7D7. Windows color (decimal): -2371338 or 16175323. OLE color: 16175323.
HSL color Cylindrical-coordinate representation of color #DBD0F6: hue angle of 257.37º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBD0F6 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 208 | 246 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.04 |
| HSL | 257.37º | 0.68% | 0.89% | - |
| HSV(B) | 257.37º | 0.15% | 0.96% | - |
| XYZ | 68.4 | 66.83 | 96.48 | - |
| YUV | 215.62 | 145.14 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 246 | 0.11 | 0.15 | 0 | 0.04 | 257.37 | 0.68 | 0.89 |
| Hex | DB | D0 | F6 | B | F | 0 | 4 | 101 | 44 | 59 |
| Octal | 333 | 320 | 366 | 13 | 17 | 0 | 4 | 401 | 104 | 131 |
| Binary | 11011011 | 11010000 | 11110110 | 1011 | 1111 | 0 | 100 | 100000001 | 1000100 | 1011001 |
Color Harmonies of #DBD0F6
Complementary color
Monochromatic Colors of #DBD0F6
Black with #DBD0F6
Text Example
Text Example
White with #DBD0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0F6; }
p { color: rgb(219,208,246); }
H1.HeaderClassName
{
color: #DBD0F6;
}
.AnyTagClassName
{
color: #DBD0F6;
}
</style>
background-color css
<style>
a { background-color: #DBD0F6; }
a { background-color: rgb(219,208,246); }
div.DivClassName
{
background-color: #DBD0F6;
}
.BgClassName
{
background-color: #DBD0F6;
}
</style>
border-color css
<style>
span { border-color: #DBD0F6; }
span { border-color: rgb(219,208,246); }
td.TdClassName
{
border-color: #DBD0F6;
}
.TagClassName
{
border-color: #DBD0F6;
}
</style>