Shades of Fog #DBBFEC
Tints of Fog #DBBFEC
RGB
CMYK
RGB Variations
Color information
#DBBFEC (or 0xDBBFEC) is known color: Fog. HEX triplet: DB, BF and EC. RGB value is (219,191,236). Sum of RGB (Red+Green+Blue) = 219+191+236=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 191 (75% from 255 or 29.57% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBBFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBFEC is #244013. Grayscale: #CCCCCC. Windows color (decimal): -2375700 or 15515611. OLE color: 15515611.
HSL color Cylindrical-coordinate representation of color #DBBFEC: hue angle of 277.33º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBBFEC is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 191 | 236 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.07 |
| HSL | 277.33º | 0.54% | 0.84% | - |
| HSV(B) | 277.33º | 0.19% | 0.93% | - |
| XYZ | 62.98 | 58.38 | 87.31 | - |
| YUV | 204.5 | 145.78 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 191 | 236 | 0.07 | 0.19 | 0 | 0.07 | 277.33 | 0.54 | 0.84 |
| Hex | DB | BF | EC | 7 | 13 | 0 | 7 | 115 | 36 | 54 |
| Octal | 333 | 277 | 354 | 7 | 23 | 0 | 7 | 425 | 66 | 124 |
| Binary | 11011011 | 10111111 | 11101100 | 111 | 10011 | 0 | 111 | 100010101 | 110110 | 1010100 |
Color Harmonies of #DBBFEC
Complementary color
Monochromatic Colors of #DBBFEC
Black with #DBBFEC
Text Example
Text Example
White with #DBBFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBFEC; }
p { color: rgb(219,191,236); }
H1.HeaderClassName
{
color: #DBBFEC;
}
.AnyTagClassName
{
color: #DBBFEC;
}
</style>
background-color css
<style>
a { background-color: #DBBFEC; }
a { background-color: rgb(219,191,236); }
div.DivClassName
{
background-color: #DBBFEC;
}
.BgClassName
{
background-color: #DBBFEC;
}
</style>
border-color css
<style>
span { border-color: #DBBFEC; }
span { border-color: rgb(219,191,236); }
td.TdClassName
{
border-color: #DBBFEC;
}
.TagClassName
{
border-color: #DBBFEC;
}
</style>