Shades of Fog #DBD0F1
Tints of Fog #DBD0F1
RGB
CMYK
RGB Variations
Color information
#DBD0F1 (or 0xDBD0F1) is known color: Fog. HEX triplet: DB, D0 and F1. RGB value is (219,208,241). Sum of RGB (Red+Green+Blue) = 219+208+241=668 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.78% from 668); Green value is 208 (81.64% from 255 or 31.14% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBD0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD0F1 is #242F0E. Grayscale: #D6D6D6. Windows color (decimal): -2371343 or 15847643. OLE color: 15847643.
HSL color Cylindrical-coordinate representation of color #DBD0F1: hue angle of 260º degrees, saturation: 0.54, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBD0F1 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 208 | 241 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.05 |
| HSL | 260º | 0.54% | 0.88% | - |
| HSV(B) | 260º | 0.14% | 0.95% | - |
| XYZ | 67.65 | 66.52 | 92.49 | - |
| YUV | 215.05 | 142.64 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 241 | 0.09 | 0.14 | 0 | 0.05 | 260 | 0.54 | 0.88 |
| Hex | DB | D0 | F1 | 9 | E | 0 | 5 | 104 | 36 | 58 |
| Octal | 333 | 320 | 361 | 11 | 16 | 0 | 5 | 404 | 66 | 130 |
| Binary | 11011011 | 11010000 | 11110001 | 1001 | 1110 | 0 | 101 | 100000100 | 110110 | 1011000 |
Color Harmonies of #DBD0F1
Complementary color
Monochromatic Colors of #DBD0F1
Black with #DBD0F1
Text Example
Text Example
White with #DBD0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0F1; }
p { color: rgb(219,208,241); }
H1.HeaderClassName
{
color: #DBD0F1;
}
.AnyTagClassName
{
color: #DBD0F1;
}
</style>
background-color css
<style>
a { background-color: #DBD0F1; }
a { background-color: rgb(219,208,241); }
div.DivClassName
{
background-color: #DBD0F1;
}
.BgClassName
{
background-color: #DBD0F1;
}
</style>
border-color css
<style>
span { border-color: #DBD0F1; }
span { border-color: rgb(219,208,241); }
td.TdClassName
{
border-color: #DBD0F1;
}
.TagClassName
{
border-color: #DBD0F1;
}
</style>