Shades of Fog #DBD1F1
Tints of Fog #DBD1F1
RGB
CMYK
RGB Variations
Color information
#DBD1F1 (or 0xDBD1F1) is known color: Fog. HEX triplet: DB, D1 and F1. RGB value is (219,209,241). Sum of RGB (Red+Green+Blue) = 219+209+241=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 209 (82.03% from 255 or 31.24% from 669); Blue value is 241 (94.53% from 255 or 36.02% from 669); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBD1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD1F1 is #242E0E. Grayscale: #D7D7D7. Windows color (decimal): -2371087 or 15847899. OLE color: 15847899.
HSL color Cylindrical-coordinate representation of color #DBD1F1: hue angle of 258.75º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBD1F1 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 209 | 241 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.05 |
| HSL | 258.75º | 0.53% | 0.88% | - |
| HSV(B) | 258.75º | 0.13% | 0.95% | - |
| XYZ | 67.89 | 67.01 | 92.58 | - |
| YUV | 215.64 | 142.31 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 241 | 0.09 | 0.13 | 0 | 0.05 | 258.75 | 0.53 | 0.88 |
| Hex | DB | D1 | F1 | 9 | D | 0 | 5 | 103 | 35 | 58 |
| Octal | 333 | 321 | 361 | 11 | 15 | 0 | 5 | 403 | 65 | 130 |
| Binary | 11011011 | 11010001 | 11110001 | 1001 | 1101 | 0 | 101 | 100000011 | 110101 | 1011000 |
Color Harmonies of #DBD1F1
Complementary color
Monochromatic Colors of #DBD1F1
Black with #DBD1F1
Text Example
Text Example
White with #DBD1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD1F1; }
p { color: rgb(219,209,241); }
H1.HeaderClassName
{
color: #DBD1F1;
}
.AnyTagClassName
{
color: #DBD1F1;
}
</style>
background-color css
<style>
a { background-color: #DBD1F1; }
a { background-color: rgb(219,209,241); }
div.DivClassName
{
background-color: #DBD1F1;
}
.BgClassName
{
background-color: #DBD1F1;
}
</style>
border-color css
<style>
span { border-color: #DBD1F1; }
span { border-color: rgb(219,209,241); }
td.TdClassName
{
border-color: #DBD1F1;
}
.TagClassName
{
border-color: #DBD1F1;
}
</style>