Shades of Fog #DBC1EC
Tints of Fog #DBC1EC
RGB
CMYK
RGB Variations
Color information
#DBC1EC (or 0xDBC1EC) is known color: Fog. HEX triplet: DB, C1 and EC. RGB value is (219,193,236). Sum of RGB (Red+Green+Blue) = 219+193+236=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 193 (75.78% from 255 or 29.78% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBC1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC1EC is #243E13. Grayscale: #CDCDCD. Windows color (decimal): -2375188 or 15516123. OLE color: 15516123.
HSL color Cylindrical-coordinate representation of color #DBC1EC: hue angle of 276.28º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBC1EC is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 193 | 236 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.07 |
| HSL | 276.28º | 0.53% | 0.84% | - |
| HSV(B) | 276.28º | 0.18% | 0.93% | - |
| XYZ | 63.42 | 59.26 | 87.45 | - |
| YUV | 205.68 | 145.11 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 236 | 0.07 | 0.18 | 0 | 0.07 | 276.28 | 0.53 | 0.84 |
| Hex | DB | C1 | EC | 7 | 12 | 0 | 7 | 114 | 35 | 54 |
| Octal | 333 | 301 | 354 | 7 | 22 | 0 | 7 | 424 | 65 | 124 |
| Binary | 11011011 | 11000001 | 11101100 | 111 | 10010 | 0 | 111 | 100010100 | 110101 | 1010100 |
Color Harmonies of #DBC1EC
Complementary color
Monochromatic Colors of #DBC1EC
Black with #DBC1EC
Text Example
Text Example
White with #DBC1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC1EC; }
p { color: rgb(219,193,236); }
H1.HeaderClassName
{
color: #DBC1EC;
}
.AnyTagClassName
{
color: #DBC1EC;
}
</style>
background-color css
<style>
a { background-color: #DBC1EC; }
a { background-color: rgb(219,193,236); }
div.DivClassName
{
background-color: #DBC1EC;
}
.BgClassName
{
background-color: #DBC1EC;
}
</style>
border-color css
<style>
span { border-color: #DBC1EC; }
span { border-color: rgb(219,193,236); }
td.TdClassName
{
border-color: #DBC1EC;
}
.TagClassName
{
border-color: #DBC1EC;
}
</style>