Shades of Fog #DBC3FE
Tints of Fog #DBC3FE
RGB
CMYK
RGB Variations
Color information
#DBC3FE (or 0xDBC3FE) is known color: Fog. HEX triplet: DB, C3 and FE. RGB value is (219,195,254). Sum of RGB (Red+Green+Blue) = 219+195+254=668 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.78% from 668); Green value is 195 (76.56% from 255 or 29.19% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBC3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC3FE is #243C01. Grayscale: #D0D0D0. Windows color (decimal): -2374658 or 16696283. OLE color: 16696283.
HSL color Cylindrical-coordinate representation of color #DBC3FE: hue angle of 264.41º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBC3FE is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 195 | 254 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.00 |
| HSL | 264.41º | 0.97% | 0.88% | - |
| HSV(B) | 264.41º | 0.23% | 1% | - |
| XYZ | 66.62 | 61.25 | 102.08 | - |
| YUV | 208.9 | 153.45 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 254 | 0.14 | 0.23 | 0 | 0.00 | 264.41 | 0.97 | 0.88 |
| Hex | DB | C3 | FE | E | 17 | 0 | 0 | 108 | 61 | 58 |
| Octal | 333 | 303 | 376 | 16 | 27 | 0 | 0 | 410 | 141 | 130 |
| Binary | 11011011 | 11000011 | 11111110 | 1110 | 10111 | 0 | 0 | 100001000 | 1100001 | 1011000 |
Color Harmonies of #DBC3FE
Complementary color
Monochromatic Colors of #DBC3FE
Black with #DBC3FE
Text Example
Text Example
White with #DBC3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC3FE; }
p { color: rgb(219,195,254); }
H1.HeaderClassName
{
color: #DBC3FE;
}
.AnyTagClassName
{
color: #DBC3FE;
}
</style>
background-color css
<style>
a { background-color: #DBC3FE; }
a { background-color: rgb(219,195,254); }
div.DivClassName
{
background-color: #DBC3FE;
}
.BgClassName
{
background-color: #DBC3FE;
}
</style>
border-color css
<style>
span { border-color: #DBC3FE; }
span { border-color: rgb(219,195,254); }
td.TdClassName
{
border-color: #DBC3FE;
}
.TagClassName
{
border-color: #DBC3FE;
}
</style>