Shades of Fog #DBC5EC
Tints of Fog #DBC5EC
RGB
CMYK
RGB Variations
Color information
#DBC5EC (or 0xDBC5EC) is known color: Fog. HEX triplet: DB, C5 and EC. RGB value is (219,197,236). Sum of RGB (Red+Green+Blue) = 219+197+236=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 197 (77.34% from 255 or 30.21% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBC5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC5EC is #243A13. Grayscale: #CFCFCF. Windows color (decimal): -2374164 or 15517147. OLE color: 15517147.
HSL color Cylindrical-coordinate representation of color #DBC5EC: hue angle of 273.85º degrees, saturation: 0.51, 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 #DBC5EC is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 197 | 236 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.07 |
| HSL | 273.85º | 0.51% | 0.85% | - |
| HSV(B) | 273.85º | 0.17% | 0.93% | - |
| XYZ | 64.32 | 61.05 | 87.75 | - |
| YUV | 208.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 236 | 0.07 | 0.17 | 0 | 0.07 | 273.85 | 0.51 | 0.85 |
| Hex | DB | C5 | EC | 7 | 11 | 0 | 7 | 112 | 33 | 55 |
| Octal | 333 | 305 | 354 | 7 | 21 | 0 | 7 | 422 | 63 | 125 |
| Binary | 11011011 | 11000101 | 11101100 | 111 | 10001 | 0 | 111 | 100010010 | 110011 | 1010101 |
Color Harmonies of #DBC5EC
Complementary color
Monochromatic Colors of #DBC5EC
Black with #DBC5EC
Text Example
Text Example
White with #DBC5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC5EC; }
p { color: rgb(219,197,236); }
H1.HeaderClassName
{
color: #DBC5EC;
}
.AnyTagClassName
{
color: #DBC5EC;
}
</style>
background-color css
<style>
a { background-color: #DBC5EC; }
a { background-color: rgb(219,197,236); }
div.DivClassName
{
background-color: #DBC5EC;
}
.BgClassName
{
background-color: #DBC5EC;
}
</style>
border-color css
<style>
span { border-color: #DBC5EC; }
span { border-color: rgb(219,197,236); }
td.TdClassName
{
border-color: #DBC5EC;
}
.TagClassName
{
border-color: #DBC5EC;
}
</style>