Shades of Fog #DBC7EE
Tints of Fog #DBC7EE
RGB
CMYK
RGB Variations
Color information
#DBC7EE (or 0xDBC7EE) is known color: Fog. HEX triplet: DB, C7 and EE. RGB value is (219,199,238). Sum of RGB (Red+Green+Blue) = 219+199+238=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 199 (78.12% from 255 or 30.34% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBC7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC7EE is #243811. Grayscale: #D1D1D1. Windows color (decimal): -2373650 or 15648731. OLE color: 15648731.
HSL color Cylindrical-coordinate representation of color #DBC7EE: hue angle of 270.77º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBC7EE is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 199 | 238 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.07 |
| HSL | 270.77º | 0.53% | 0.86% | - |
| HSV(B) | 270.77º | 0.16% | 0.93% | - |
| XYZ | 65.07 | 62.08 | 89.44 | - |
| YUV | 209.43 | 144.13 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 238 | 0.08 | 0.16 | 0 | 0.07 | 270.77 | 0.53 | 0.86 |
| Hex | DB | C7 | EE | 8 | 10 | 0 | 7 | 10F | 35 | 56 |
| Octal | 333 | 307 | 356 | 10 | 20 | 0 | 7 | 417 | 65 | 126 |
| Binary | 11011011 | 11000111 | 11101110 | 1000 | 10000 | 0 | 111 | 100001111 | 110101 | 1010110 |
Color Harmonies of #DBC7EE
Complementary color
Monochromatic Colors of #DBC7EE
Black with #DBC7EE
Text Example
Text Example
White with #DBC7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC7EE; }
p { color: rgb(219,199,238); }
H1.HeaderClassName
{
color: #DBC7EE;
}
.AnyTagClassName
{
color: #DBC7EE;
}
</style>
background-color css
<style>
a { background-color: #DBC7EE; }
a { background-color: rgb(219,199,238); }
div.DivClassName
{
background-color: #DBC7EE;
}
.BgClassName
{
background-color: #DBC7EE;
}
</style>
border-color css
<style>
span { border-color: #DBC7EE; }
span { border-color: rgb(219,199,238); }
td.TdClassName
{
border-color: #DBC7EE;
}
.TagClassName
{
border-color: #DBC7EE;
}
</style>