Shades of Fog #DBC2EC
Tints of Fog #DBC2EC
RGB
CMYK
RGB Variations
Color information
#DBC2EC (or 0xDBC2EC) is known color: Fog. HEX triplet: DB, C2 and EC. RGB value is (219,194,236). Sum of RGB (Red+Green+Blue) = 219+194+236=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 194 (76.17% from 255 or 29.89% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBC2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC2EC is #243D13. Grayscale: #CECECE. Windows color (decimal): -2374932 or 15516379. OLE color: 15516379.
HSL color Cylindrical-coordinate representation of color #DBC2EC: hue angle of 275.71º degrees, saturation: 0.52, 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 #DBC2EC is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 194 | 236 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.07 |
| HSL | 275.71º | 0.53% | 0.84% | - |
| HSV(B) | 275.71º | 0.18% | 0.93% | - |
| XYZ | 63.65 | 59.7 | 87.53 | - |
| YUV | 206.26 | 144.78 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 236 | 0.07 | 0.18 | 0 | 0.07 | 275.71 | 0.53 | 0.84 |
| Hex | DB | C2 | EC | 7 | 12 | 0 | 7 | 114 | 34 | 54 |
| Octal | 333 | 302 | 354 | 7 | 22 | 0 | 7 | 424 | 64 | 124 |
| Binary | 11011011 | 11000010 | 11101100 | 111 | 10010 | 0 | 111 | 100010100 | 110100 | 1010100 |
Color Harmonies of #DBC2EC
Complementary color
Monochromatic Colors of #DBC2EC
Black with #DBC2EC
Text Example
Text Example
White with #DBC2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC2EC; }
p { color: rgb(219,194,236); }
H1.HeaderClassName
{
color: #DBC2EC;
}
.AnyTagClassName
{
color: #DBC2EC;
}
</style>
background-color css
<style>
a { background-color: #DBC2EC; }
a { background-color: rgb(219,194,236); }
div.DivClassName
{
background-color: #DBC2EC;
}
.BgClassName
{
background-color: #DBC2EC;
}
</style>
border-color css
<style>
span { border-color: #DBC2EC; }
span { border-color: rgb(219,194,236); }
td.TdClassName
{
border-color: #DBC2EC;
}
.TagClassName
{
border-color: #DBC2EC;
}
</style>