Shades of Fog #DBC6FF
Tints of Fog #DBC6FF
RGB
CMYK
RGB Variations
Color information
#DBC6FF (or 0xDBC6FF) is known color: Fog. HEX triplet: DB, C6 and FF. RGB value is (219,198,255). Sum of RGB (Red+Green+Blue) = 219+198+255=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 198 (77.73% from 255 or 29.46% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBC6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC6FF is #243900. Grayscale: #D2D2D2. Windows color (decimal): -2373889 or 16762587. OLE color: 16762587.
HSL color Cylindrical-coordinate representation of color #DBC6FF: hue angle of 262.11º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBC6FF is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 198 | 255 | - |
| CMYK | 0.14 | 0.22 | 0 | 0 |
| HSL | 262.11º | 1% | 0.89% | - |
| HSV(B) | 262.11º | 0.22% | 1% | - |
| XYZ | 67.46 | 62.67 | 103.15 | - |
| YUV | 210.78 | 152.96 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 255 | 0.14 | 0.22 | 0 | 0 | 262.11 | 1 | 0.89 |
| Hex | DB | C6 | FF | E | 16 | 0 | 0 | 106 | 64 | 59 |
| Octal | 333 | 306 | 377 | 16 | 26 | 0 | 0 | 406 | 144 | 131 |
| Binary | 11011011 | 11000110 | 11111111 | 1110 | 10110 | 0 | 0 | 100000110 | 1100100 | 1011001 |
Color Harmonies of #DBC6FF
Complementary color
Monochromatic Colors of #DBC6FF
Black with #DBC6FF
Text Example
Text Example
White with #DBC6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC6FF; }
p { color: rgb(219,198,255); }
H1.HeaderClassName
{
color: #DBC6FF;
}
.AnyTagClassName
{
color: #DBC6FF;
}
</style>
background-color css
<style>
a { background-color: #DBC6FF; }
a { background-color: rgb(219,198,255); }
div.DivClassName
{
background-color: #DBC6FF;
}
.BgClassName
{
background-color: #DBC6FF;
}
</style>
border-color css
<style>
span { border-color: #DBC6FF; }
span { border-color: rgb(219,198,255); }
td.TdClassName
{
border-color: #DBC6FF;
}
.TagClassName
{
border-color: #DBC6FF;
}
</style>