Shades of Fog #DBD0F4
Tints of Fog #DBD0F4
RGB
CMYK
RGB Variations
Color information
#DBD0F4 (or 0xDBD0F4) is known color: Fog. HEX triplet: DB, D0 and F4. RGB value is (219,208,244). Sum of RGB (Red+Green+Blue) = 219+208+244=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 208 (81.64% from 255 or 31.00% from 671); Blue value is 244 (95.70% from 255 or 36.36% from 671); Max value from RGB is 244 - color contains mainly: blue. Hex color #DBD0F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD0F4 is #242F0B. Grayscale: #D7D7D7. Windows color (decimal): -2371340 or 16044251. OLE color: 16044251.
HSL color Cylindrical-coordinate representation of color #DBD0F4: hue angle of 258.33º degrees, saturation: 0.62, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBD0F4 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 208 | 244 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.04 |
| HSL | 258.33º | 0.62% | 0.89% | - |
| HSV(B) | 258.33º | 0.15% | 0.96% | - |
| XYZ | 68.1 | 66.7 | 94.87 | - |
| YUV | 215.39 | 144.14 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 244 | 0.10 | 0.15 | 0 | 0.04 | 258.33 | 0.62 | 0.89 |
| Hex | DB | D0 | F4 | A | F | 0 | 4 | 102 | 3E | 59 |
| Octal | 333 | 320 | 364 | 12 | 17 | 0 | 4 | 402 | 76 | 131 |
| Binary | 11011011 | 11010000 | 11110100 | 1010 | 1111 | 0 | 100 | 100000010 | 111110 | 1011001 |
Color Harmonies of #DBD0F4
Complementary color
Monochromatic Colors of #DBD0F4
Black with #DBD0F4
Text Example
Text Example
White with #DBD0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0F4; }
p { color: rgb(219,208,244); }
H1.HeaderClassName
{
color: #DBD0F4;
}
.AnyTagClassName
{
color: #DBD0F4;
}
</style>
background-color css
<style>
a { background-color: #DBD0F4; }
a { background-color: rgb(219,208,244); }
div.DivClassName
{
background-color: #DBD0F4;
}
.BgClassName
{
background-color: #DBD0F4;
}
</style>
border-color css
<style>
span { border-color: #DBD0F4; }
span { border-color: rgb(219,208,244); }
td.TdClassName
{
border-color: #DBD0F4;
}
.TagClassName
{
border-color: #DBD0F4;
}
</style>