Shades of Fog #DBC1FC
Tints of Fog #DBC1FC
RGB
CMYK
RGB Variations
Color information
#DBC1FC (or 0xDBC1FC) is known color: Fog. HEX triplet: DB, C1 and FC. RGB value is (219,193,252). Sum of RGB (Red+Green+Blue) = 219+193+252=664 (87% of max value = 765). Red value is 219 (85.94% from 255 or 32.98% from 664); Green value is 193 (75.78% from 255 or 29.07% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBC1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC1FC is #243E03. Grayscale: #CFCFCF. Windows color (decimal): -2375172 or 16564699. OLE color: 16564699.
HSL color Cylindrical-coordinate representation of color #DBC1FC: hue angle of 266.44º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBC1FC is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 193 | 252 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.01 |
| HSL | 266.44º | 0.91% | 0.87% | - |
| HSV(B) | 266.44º | 0.23% | 0.99% | - |
| XYZ | 65.85 | 60.23 | 100.25 | - |
| YUV | 207.5 | 153.11 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 252 | 0.13 | 0.23 | 0 | 0.01 | 266.44 | 0.91 | 0.87 |
| Hex | DB | C1 | FC | D | 17 | 0 | 1 | 10A | 5B | 57 |
| Octal | 333 | 301 | 374 | 15 | 27 | 0 | 1 | 412 | 133 | 127 |
| Binary | 11011011 | 11000001 | 11111100 | 1101 | 10111 | 0 | 1 | 100001010 | 1011011 | 1010111 |
Color Harmonies of #DBC1FC
Complementary color
Monochromatic Colors of #DBC1FC
Black with #DBC1FC
Text Example
Text Example
White with #DBC1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC1FC; }
p { color: rgb(219,193,252); }
H1.HeaderClassName
{
color: #DBC1FC;
}
.AnyTagClassName
{
color: #DBC1FC;
}
</style>
background-color css
<style>
a { background-color: #DBC1FC; }
a { background-color: rgb(219,193,252); }
div.DivClassName
{
background-color: #DBC1FC;
}
.BgClassName
{
background-color: #DBC1FC;
}
</style>
border-color css
<style>
span { border-color: #DBC1FC; }
span { border-color: rgb(219,193,252); }
td.TdClassName
{
border-color: #DBC1FC;
}
.TagClassName
{
border-color: #DBC1FC;
}
</style>