Shades of Fog #DBC0FA
Tints of Fog #DBC0FA
RGB
CMYK
RGB Variations
Color information
#DBC0FA (or 0xDBC0FA) is known color: Fog. HEX triplet: DB, C0 and FA. RGB value is (219,192,250). Sum of RGB (Red+Green+Blue) = 219+192+250=661 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.13% from 661); Green value is 192 (75.39% from 255 or 29.05% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBC0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC0FA is #243F05. Grayscale: #CECECE. Windows color (decimal): -2375430 or 16433371. OLE color: 16433371.
HSL color Cylindrical-coordinate representation of color #DBC0FA: hue angle of 267.93º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBC0FA is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 192 | 250 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.02 |
| HSL | 267.93º | 0.85% | 0.87% | - |
| HSV(B) | 267.93º | 0.23% | 0.98% | - |
| XYZ | 65.32 | 59.66 | 98.52 | - |
| YUV | 206.69 | 152.45 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 250 | 0.12 | 0.23 | 0 | 0.02 | 267.93 | 0.85 | 0.87 |
| Hex | DB | C0 | FA | C | 17 | 0 | 2 | 10C | 55 | 57 |
| Octal | 333 | 300 | 372 | 14 | 27 | 0 | 2 | 414 | 125 | 127 |
| Binary | 11011011 | 11000000 | 11111010 | 1100 | 10111 | 0 | 10 | 100001100 | 1010101 | 1010111 |
Color Harmonies of #DBC0FA
Complementary color
Monochromatic Colors of #DBC0FA
Black with #DBC0FA
Text Example
Text Example
White with #DBC0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC0FA; }
p { color: rgb(219,192,250); }
H1.HeaderClassName
{
color: #DBC0FA;
}
.AnyTagClassName
{
color: #DBC0FA;
}
</style>
background-color css
<style>
a { background-color: #DBC0FA; }
a { background-color: rgb(219,192,250); }
div.DivClassName
{
background-color: #DBC0FA;
}
.BgClassName
{
background-color: #DBC0FA;
}
</style>
border-color css
<style>
span { border-color: #DBC0FA; }
span { border-color: rgb(219,192,250); }
td.TdClassName
{
border-color: #DBC0FA;
}
.TagClassName
{
border-color: #DBC0FA;
}
</style>