Shades of Fog #DBD1F4
Tints of Fog #DBD1F4
RGB
CMYK
RGB Variations
Color information
#DBD1F4 (or 0xDBD1F4) is known color: Fog. HEX triplet: DB, D1 and F4. RGB value is (219,209,244). Sum of RGB (Red+Green+Blue) = 219+209+244=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 209 (82.03% from 255 or 31.10% from 672); Blue value is 244 (95.70% from 255 or 36.31% from 672); Max value from RGB is 244 - color contains mainly: blue. Hex color #DBD1F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD1F4 is #242E0B. Grayscale: #D7D7D7. Windows color (decimal): -2371084 or 16044507. OLE color: 16044507.
HSL color Cylindrical-coordinate representation of color #DBD1F4: hue angle of 257.14º degrees, saturation: 0.61, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBD1F4 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 209 | 244 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.04 |
| HSL | 257.14º | 0.61% | 0.89% | - |
| HSV(B) | 257.14º | 0.14% | 0.96% | - |
| XYZ | 68.34 | 67.19 | 94.96 | - |
| YUV | 215.98 | 143.81 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 244 | 0.10 | 0.14 | 0 | 0.04 | 257.14 | 0.61 | 0.89 |
| Hex | DB | D1 | F4 | A | E | 0 | 4 | 101 | 3D | 59 |
| Octal | 333 | 321 | 364 | 12 | 16 | 0 | 4 | 401 | 75 | 131 |
| Binary | 11011011 | 11010001 | 11110100 | 1010 | 1110 | 0 | 100 | 100000001 | 111101 | 1011001 |
Color Harmonies of #DBD1F4
Complementary color
Monochromatic Colors of #DBD1F4
Black with #DBD1F4
Text Example
Text Example
White with #DBD1F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD1F4; }
p { color: rgb(219,209,244); }
H1.HeaderClassName
{
color: #DBD1F4;
}
.AnyTagClassName
{
color: #DBD1F4;
}
</style>
background-color css
<style>
a { background-color: #DBD1F4; }
a { background-color: rgb(219,209,244); }
div.DivClassName
{
background-color: #DBD1F4;
}
.BgClassName
{
background-color: #DBD1F4;
}
</style>
border-color css
<style>
span { border-color: #DBD1F4; }
span { border-color: rgb(219,209,244); }
td.TdClassName
{
border-color: #DBD1F4;
}
.TagClassName
{
border-color: #DBD1F4;
}
</style>