Shades of Fog #DBC5FA
Tints of Fog #DBC5FA
RGB
CMYK
RGB Variations
Color information
#DBC5FA (or 0xDBC5FA) is known color: Fog. HEX triplet: DB, C5 and FA. RGB value is (219,197,250). Sum of RGB (Red+Green+Blue) = 219+197+250=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 197 (77.34% from 255 or 29.58% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBC5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC5FA is #243A05. Grayscale: #D1D1D1. Windows color (decimal): -2374150 or 16434651. OLE color: 16434651.
HSL color Cylindrical-coordinate representation of color #DBC5FA: hue angle of 264.91º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBC5FA is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 197 | 250 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.02 |
| HSL | 264.91º | 0.84% | 0.88% | - |
| HSV(B) | 264.91º | 0.21% | 0.98% | - |
| XYZ | 66.43 | 61.89 | 98.89 | - |
| YUV | 209.62 | 150.79 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 250 | 0.12 | 0.21 | 0 | 0.02 | 264.91 | 0.84 | 0.88 |
| Hex | DB | C5 | FA | C | 15 | 0 | 2 | 109 | 54 | 58 |
| Octal | 333 | 305 | 372 | 14 | 25 | 0 | 2 | 411 | 124 | 130 |
| Binary | 11011011 | 11000101 | 11111010 | 1100 | 10101 | 0 | 10 | 100001001 | 1010100 | 1011000 |
Color Harmonies of #DBC5FA
Complementary color
Monochromatic Colors of #DBC5FA
Black with #DBC5FA
Text Example
Text Example
White with #DBC5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC5FA; }
p { color: rgb(219,197,250); }
H1.HeaderClassName
{
color: #DBC5FA;
}
.AnyTagClassName
{
color: #DBC5FA;
}
</style>
background-color css
<style>
a { background-color: #DBC5FA; }
a { background-color: rgb(219,197,250); }
div.DivClassName
{
background-color: #DBC5FA;
}
.BgClassName
{
background-color: #DBC5FA;
}
</style>
border-color css
<style>
span { border-color: #DBC5FA; }
span { border-color: rgb(219,197,250); }
td.TdClassName
{
border-color: #DBC5FA;
}
.TagClassName
{
border-color: #DBC5FA;
}
</style>