Shades of Fog #DBD0F9
Tints of Fog #DBD0F9
RGB
CMYK
RGB Variations
Color information
#DBD0F9 (or 0xDBD0F9) is known color: Fog. HEX triplet: DB, D0 and F9. RGB value is (219,208,249). Sum of RGB (Red+Green+Blue) = 219+208+249=676 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.40% from 676); Green value is 208 (81.64% from 255 or 30.77% from 676); Blue value is 249 (97.66% from 255 or 36.83% from 676); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBD0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD0F9 is #242F06. Grayscale: #D7D7D7. Windows color (decimal): -2371335 or 16371931. OLE color: 16371931.
HSL color Cylindrical-coordinate representation of color #DBD0F9: hue angle of 256.1º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBD0F9 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 208 | 249 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.02 |
| HSL | 256.1º | 0.77% | 0.9% | - |
| HSV(B) | 256.1º | 0.16% | 0.98% | - |
| XYZ | 68.87 | 67.01 | 98.93 | - |
| YUV | 215.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 249 | 0.12 | 0.16 | 0 | 0.02 | 256.1 | 0.77 | 0.9 |
| Hex | DB | D0 | F9 | C | 10 | 0 | 2 | 100 | 4D | 5A |
| Octal | 333 | 320 | 371 | 14 | 20 | 0 | 2 | 400 | 115 | 132 |
| Binary | 11011011 | 11010000 | 11111001 | 1100 | 10000 | 0 | 10 | 100000000 | 1001101 | 1011010 |
Color Harmonies of #DBD0F9
Complementary color
Monochromatic Colors of #DBD0F9
Black with #DBD0F9
Text Example
Text Example
White with #DBD0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0F9; }
p { color: rgb(219,208,249); }
H1.HeaderClassName
{
color: #DBD0F9;
}
.AnyTagClassName
{
color: #DBD0F9;
}
</style>
background-color css
<style>
a { background-color: #DBD0F9; }
a { background-color: rgb(219,208,249); }
div.DivClassName
{
background-color: #DBD0F9;
}
.BgClassName
{
background-color: #DBD0F9;
}
</style>
border-color css
<style>
span { border-color: #DBD0F9; }
span { border-color: rgb(219,208,249); }
td.TdClassName
{
border-color: #DBD0F9;
}
.TagClassName
{
border-color: #DBD0F9;
}
</style>