Shades of Fog #DBC7FF
Tints of Fog #DBC7FF
RGB
CMYK
RGB Variations
Color information
#DBC7FF (or 0xDBC7FF) is known color: Fog. HEX triplet: DB, C7 and FF. RGB value is (219,199,255). Sum of RGB (Red+Green+Blue) = 219+199+255=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 199 (78.12% from 255 or 29.57% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBC7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC7FF is #243800. Grayscale: #D3D3D3. Windows color (decimal): -2373633 or 16762843. OLE color: 16762843.
HSL color Cylindrical-coordinate representation of color #DBC7FF: hue angle of 261.43º 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 #DBC7FF is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 199 | 255 | - |
| CMYK | 0.14 | 0.22 | 0 | 0 |
| HSL | 261.43º | 1% | 0.89% | - |
| HSV(B) | 261.43º | 0.22% | 1% | - |
| XYZ | 67.69 | 63.13 | 103.23 | - |
| YUV | 211.36 | 152.63 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 255 | 0.14 | 0.22 | 0 | 0 | 261.43 | 1 | 0.89 |
| Hex | DB | C7 | FF | E | 16 | 0 | 0 | 105 | 64 | 59 |
| Octal | 333 | 307 | 377 | 16 | 26 | 0 | 0 | 405 | 144 | 131 |
| Binary | 11011011 | 11000111 | 11111111 | 1110 | 10110 | 0 | 0 | 100000101 | 1100100 | 1011001 |
Color Harmonies of #DBC7FF
Complementary color
Monochromatic Colors of #DBC7FF
Black with #DBC7FF
Text Example
Text Example
White with #DBC7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC7FF; }
p { color: rgb(219,199,255); }
H1.HeaderClassName
{
color: #DBC7FF;
}
.AnyTagClassName
{
color: #DBC7FF;
}
</style>
background-color css
<style>
a { background-color: #DBC7FF; }
a { background-color: rgb(219,199,255); }
div.DivClassName
{
background-color: #DBC7FF;
}
.BgClassName
{
background-color: #DBC7FF;
}
</style>
border-color css
<style>
span { border-color: #DBC7FF; }
span { border-color: rgb(219,199,255); }
td.TdClassName
{
border-color: #DBC7FF;
}
.TagClassName
{
border-color: #DBC7FF;
}
</style>