Shades of Fog #DBC5FF
Tints of Fog #DBC5FF
RGB
CMYK
RGB Variations
Color information
#DBC5FF (or 0xDBC5FF) is known color: Fog. HEX triplet: DB, C5 and FF. RGB value is (219,197,255). Sum of RGB (Red+Green+Blue) = 219+197+255=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 197 (77.34% from 255 or 29.36% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBC5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC5FF is #243A00. Grayscale: #D1D1D1. Windows color (decimal): -2374145 or 16762331. OLE color: 16762331.
HSL color Cylindrical-coordinate representation of color #DBC5FF: hue angle of 262.76º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBC5FF is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 197 | 255 | - |
| CMYK | 0.14 | 0.23 | 0 | 0 |
| HSL | 262.76º | 1% | 0.89% | - |
| HSV(B) | 262.76º | 0.23% | 1% | - |
| XYZ | 67.23 | 62.21 | 103.07 | - |
| YUV | 210.19 | 153.29 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 255 | 0.14 | 0.23 | 0 | 0 | 262.76 | 1 | 0.89 |
| Hex | DB | C5 | FF | E | 17 | 0 | 0 | 107 | 64 | 59 |
| Octal | 333 | 305 | 377 | 16 | 27 | 0 | 0 | 407 | 144 | 131 |
| Binary | 11011011 | 11000101 | 11111111 | 1110 | 10111 | 0 | 0 | 100000111 | 1100100 | 1011001 |
Color Harmonies of #DBC5FF
Complementary color
Monochromatic Colors of #DBC5FF
Black with #DBC5FF
Text Example
Text Example
White with #DBC5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC5FF; }
p { color: rgb(219,197,255); }
H1.HeaderClassName
{
color: #DBC5FF;
}
.AnyTagClassName
{
color: #DBC5FF;
}
</style>
background-color css
<style>
a { background-color: #DBC5FF; }
a { background-color: rgb(219,197,255); }
div.DivClassName
{
background-color: #DBC5FF;
}
.BgClassName
{
background-color: #DBC5FF;
}
</style>
border-color css
<style>
span { border-color: #DBC5FF; }
span { border-color: rgb(219,197,255); }
td.TdClassName
{
border-color: #DBC5FF;
}
.TagClassName
{
border-color: #DBC5FF;
}
</style>