Shades of Fog #DBD0F7
Tints of Fog #DBD0F7
RGB
CMYK
RGB Variations
Color information
#DBD0F7 (or 0xDBD0F7) is known color: Fog. HEX triplet: DB, D0 and F7. RGB value is (219,208,247). Sum of RGB (Red+Green+Blue) = 219+208+247=674 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.49% from 674); Green value is 208 (81.64% from 255 or 30.86% from 674); Blue value is 247 (96.88% from 255 or 36.65% from 674); Max value from RGB is 247 - color contains mainly: blue. Hex color #DBD0F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD0F7 is #242F08. Grayscale: #D7D7D7. Windows color (decimal): -2371337 or 16240859. OLE color: 16240859.
HSL color Cylindrical-coordinate representation of color #DBD0F7: hue angle of 256.92º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBD0F7 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 208 | 247 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.03 |
| HSL | 256.92º | 0.71% | 0.89% | - |
| HSV(B) | 256.92º | 0.16% | 0.97% | - |
| XYZ | 68.56 | 66.89 | 97.29 | - |
| YUV | 215.74 | 145.64 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 247 | 0.11 | 0.16 | 0 | 0.03 | 256.92 | 0.71 | 0.89 |
| Hex | DB | D0 | F7 | B | 10 | 0 | 3 | 101 | 47 | 59 |
| Octal | 333 | 320 | 367 | 13 | 20 | 0 | 3 | 401 | 107 | 131 |
| Binary | 11011011 | 11010000 | 11110111 | 1011 | 10000 | 0 | 11 | 100000001 | 1000111 | 1011001 |
Color Harmonies of #DBD0F7
Complementary color
Monochromatic Colors of #DBD0F7
Black with #DBD0F7
Text Example
Text Example
White with #DBD0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0F7; }
p { color: rgb(219,208,247); }
H1.HeaderClassName
{
color: #DBD0F7;
}
.AnyTagClassName
{
color: #DBD0F7;
}
</style>
background-color css
<style>
a { background-color: #DBD0F7; }
a { background-color: rgb(219,208,247); }
div.DivClassName
{
background-color: #DBD0F7;
}
.BgClassName
{
background-color: #DBD0F7;
}
</style>
border-color css
<style>
span { border-color: #DBD0F7; }
span { border-color: rgb(219,208,247); }
td.TdClassName
{
border-color: #DBD0F7;
}
.TagClassName
{
border-color: #DBD0F7;
}
</style>