Shades of Fog #DBBDEC
Tints of Fog #DBBDEC
RGB
CMYK
RGB Variations
Color information
#DBBDEC (or 0xDBBDEC) is known color: Fog. HEX triplet: DB, BD and EC. RGB value is (219,189,236). Sum of RGB (Red+Green+Blue) = 219+189+236=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBBDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBDEC is #244213. Grayscale: #CBCBCB. Windows color (decimal): -2376212 or 15515099. OLE color: 15515099.
HSL color Cylindrical-coordinate representation of color #DBBDEC: hue angle of 278.3º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBBDEC is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 189 | 236 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.07 |
| HSL | 278.3º | 0.55% | 0.83% | - |
| HSV(B) | 278.3º | 0.2% | 0.93% | - |
| XYZ | 62.55 | 57.51 | 87.16 | - |
| YUV | 203.33 | 146.44 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 236 | 0.07 | 0.20 | 0 | 0.07 | 278.3 | 0.55 | 0.83 |
| Hex | DB | BD | EC | 7 | 14 | 0 | 7 | 116 | 37 | 53 |
| Octal | 333 | 275 | 354 | 7 | 24 | 0 | 7 | 426 | 67 | 123 |
| Binary | 11011011 | 10111101 | 11101100 | 111 | 10100 | 0 | 111 | 100010110 | 110111 | 1010011 |
Color Harmonies of #DBBDEC
Complementary color
Monochromatic Colors of #DBBDEC
Black with #DBBDEC
Text Example
Text Example
White with #DBBDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBDEC; }
p { color: rgb(219,189,236); }
H1.HeaderClassName
{
color: #DBBDEC;
}
.AnyTagClassName
{
color: #DBBDEC;
}
</style>
background-color css
<style>
a { background-color: #DBBDEC; }
a { background-color: rgb(219,189,236); }
div.DivClassName
{
background-color: #DBBDEC;
}
.BgClassName
{
background-color: #DBBDEC;
}
</style>
border-color css
<style>
span { border-color: #DBBDEC; }
span { border-color: rgb(219,189,236); }
td.TdClassName
{
border-color: #DBBDEC;
}
.TagClassName
{
border-color: #DBBDEC;
}
</style>