Shades of Fog #DBC3FF
Tints of Fog #DBC3FF
RGB
CMYK
RGB Variations
Color information
#DBC3FF (or 0xDBC3FF) is known color: Fog. HEX triplet: DB, C3 and FF. RGB value is (219,195,255). Sum of RGB (Red+Green+Blue) = 219+195+255=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 195 (76.56% from 255 or 29.15% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBC3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC3FF is #243C00. Grayscale: #D0D0D0. Windows color (decimal): -2374657 or 16761819. OLE color: 16761819.
HSL color Cylindrical-coordinate representation of color #DBC3FF: hue angle of 264º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBC3FF is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 195 | 255 | - |
| CMYK | 0.14 | 0.24 | 0 | 0 |
| HSL | 264º | 1% | 0.88% | - |
| HSV(B) | 264º | 0.24% | 1% | - |
| XYZ | 66.78 | 61.31 | 102.92 | - |
| YUV | 209.02 | 153.95 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 255 | 0.14 | 0.24 | 0 | 0 | 264 | 1 | 0.88 |
| Hex | DB | C3 | FF | E | 18 | 0 | 0 | 108 | 64 | 58 |
| Octal | 333 | 303 | 377 | 16 | 30 | 0 | 0 | 410 | 144 | 130 |
| Binary | 11011011 | 11000011 | 11111111 | 1110 | 11000 | 0 | 0 | 100001000 | 1100100 | 1011000 |
Color Harmonies of #DBC3FF
Complementary color
Monochromatic Colors of #DBC3FF
Black with #DBC3FF
Text Example
Text Example
White with #DBC3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC3FF; }
p { color: rgb(219,195,255); }
H1.HeaderClassName
{
color: #DBC3FF;
}
.AnyTagClassName
{
color: #DBC3FF;
}
</style>
background-color css
<style>
a { background-color: #DBC3FF; }
a { background-color: rgb(219,195,255); }
div.DivClassName
{
background-color: #DBC3FF;
}
.BgClassName
{
background-color: #DBC3FF;
}
</style>
border-color css
<style>
span { border-color: #DBC3FF; }
span { border-color: rgb(219,195,255); }
td.TdClassName
{
border-color: #DBC3FF;
}
.TagClassName
{
border-color: #DBC3FF;
}
</style>