Shades of Fog #DBC6EE
Tints of Fog #DBC6EE
RGB
CMYK
RGB Variations
Color information
#DBC6EE (or 0xDBC6EE) is known color: Fog. HEX triplet: DB, C6 and EE. RGB value is (219,198,238). Sum of RGB (Red+Green+Blue) = 219+198+238=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 198 (77.73% from 255 or 30.23% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBC6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC6EE is #243911. Grayscale: #D0D0D0. Windows color (decimal): -2373906 or 15648475. OLE color: 15648475.
HSL color Cylindrical-coordinate representation of color #DBC6EE: hue angle of 271.5º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBC6EE is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 198 | 238 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.07 |
| HSL | 271.5º | 0.54% | 0.85% | - |
| HSV(B) | 271.5º | 0.17% | 0.93% | - |
| XYZ | 64.84 | 61.62 | 89.37 | - |
| YUV | 208.84 | 144.46 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 238 | 0.08 | 0.17 | 0 | 0.07 | 271.5 | 0.54 | 0.85 |
| Hex | DB | C6 | EE | 8 | 11 | 0 | 7 | 110 | 36 | 55 |
| Octal | 333 | 306 | 356 | 10 | 21 | 0 | 7 | 420 | 66 | 125 |
| Binary | 11011011 | 11000110 | 11101110 | 1000 | 10001 | 0 | 111 | 100010000 | 110110 | 1010101 |
Color Harmonies of #DBC6EE
Complementary color
Monochromatic Colors of #DBC6EE
Black with #DBC6EE
Text Example
Text Example
White with #DBC6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC6EE; }
p { color: rgb(219,198,238); }
H1.HeaderClassName
{
color: #DBC6EE;
}
.AnyTagClassName
{
color: #DBC6EE;
}
</style>
background-color css
<style>
a { background-color: #DBC6EE; }
a { background-color: rgb(219,198,238); }
div.DivClassName
{
background-color: #DBC6EE;
}
.BgClassName
{
background-color: #DBC6EE;
}
</style>
border-color css
<style>
span { border-color: #DBC6EE; }
span { border-color: rgb(219,198,238); }
td.TdClassName
{
border-color: #DBC6EE;
}
.TagClassName
{
border-color: #DBC6EE;
}
</style>