Shades of Fog #DBC6FE
Tints of Fog #DBC6FE
RGB
CMYK
RGB Variations
Color information
#DBC6FE (or 0xDBC6FE) is known color: Fog. HEX triplet: DB, C6 and FE. RGB value is (219,198,254). Sum of RGB (Red+Green+Blue) = 219+198+254=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 198 (77.73% from 255 or 29.51% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBC6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC6FE is #243901. Grayscale: #D2D2D2. Windows color (decimal): -2373890 or 16697051. OLE color: 16697051.
HSL color Cylindrical-coordinate representation of color #DBC6FE: hue angle of 262.5º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBC6FE is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 198 | 254 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.00 |
| HSL | 262.5º | 0.97% | 0.89% | - |
| HSV(B) | 262.5º | 0.22% | 1% | - |
| XYZ | 67.3 | 62.6 | 102.3 | - |
| YUV | 210.66 | 152.46 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 254 | 0.14 | 0.22 | 0 | 0.00 | 262.5 | 0.97 | 0.89 |
| Hex | DB | C6 | FE | E | 16 | 0 | 0 | 106 | 61 | 59 |
| Octal | 333 | 306 | 376 | 16 | 26 | 0 | 0 | 406 | 141 | 131 |
| Binary | 11011011 | 11000110 | 11111110 | 1110 | 10110 | 0 | 0 | 100000110 | 1100001 | 1011001 |
Color Harmonies of #DBC6FE
Complementary color
Monochromatic Colors of #DBC6FE
Black with #DBC6FE
Text Example
Text Example
White with #DBC6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC6FE; }
p { color: rgb(219,198,254); }
H1.HeaderClassName
{
color: #DBC6FE;
}
.AnyTagClassName
{
color: #DBC6FE;
}
</style>
background-color css
<style>
a { background-color: #DBC6FE; }
a { background-color: rgb(219,198,254); }
div.DivClassName
{
background-color: #DBC6FE;
}
.BgClassName
{
background-color: #DBC6FE;
}
</style>
border-color css
<style>
span { border-color: #DBC6FE; }
span { border-color: rgb(219,198,254); }
td.TdClassName
{
border-color: #DBC6FE;
}
.TagClassName
{
border-color: #DBC6FE;
}
</style>