Shades of Fog #DBC5FE
Tints of Fog #DBC5FE
RGB
CMYK
RGB Variations
Color information
#DBC5FE (or 0xDBC5FE) is known color: Fog. HEX triplet: DB, C5 and FE. RGB value is (219,197,254). Sum of RGB (Red+Green+Blue) = 219+197+254=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 197 (77.34% from 255 or 29.40% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBC5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC5FE is #243A01. Grayscale: #D1D1D1. Windows color (decimal): -2374146 or 16696795. OLE color: 16696795.
HSL color Cylindrical-coordinate representation of color #DBC5FE: hue angle of 263.16º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBC5FE is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 197 | 254 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.00 |
| HSL | 263.16º | 0.97% | 0.88% | - |
| HSV(B) | 263.16º | 0.22% | 1% | - |
| XYZ | 67.07 | 62.15 | 102.23 | - |
| YUV | 210.08 | 152.79 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 254 | 0.14 | 0.22 | 0 | 0.00 | 263.16 | 0.97 | 0.88 |
| Hex | DB | C5 | FE | E | 16 | 0 | 0 | 107 | 61 | 58 |
| Octal | 333 | 305 | 376 | 16 | 26 | 0 | 0 | 407 | 141 | 130 |
| Binary | 11011011 | 11000101 | 11111110 | 1110 | 10110 | 0 | 0 | 100000111 | 1100001 | 1011000 |
Color Harmonies of #DBC5FE
Complementary color
Monochromatic Colors of #DBC5FE
Black with #DBC5FE
Text Example
Text Example
White with #DBC5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC5FE; }
p { color: rgb(219,197,254); }
H1.HeaderClassName
{
color: #DBC5FE;
}
.AnyTagClassName
{
color: #DBC5FE;
}
</style>
background-color css
<style>
a { background-color: #DBC5FE; }
a { background-color: rgb(219,197,254); }
div.DivClassName
{
background-color: #DBC5FE;
}
.BgClassName
{
background-color: #DBC5FE;
}
</style>
border-color css
<style>
span { border-color: #DBC5FE; }
span { border-color: rgb(219,197,254); }
td.TdClassName
{
border-color: #DBC5FE;
}
.TagClassName
{
border-color: #DBC5FE;
}
</style>