Shades of Fog #DBBFEA
Tints of Fog #DBBFEA
RGB
CMYK
RGB Variations
Color information
#DBBFEA (or 0xDBBFEA) is known color: Fog. HEX triplet: DB, BF and EA. RGB value is (219,191,234). Sum of RGB (Red+Green+Blue) = 219+191+234=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 191 (75% from 255 or 29.66% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBBFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBFEA is #244015. Grayscale: #CCCCCC. Windows color (decimal): -2375702 or 15384539. OLE color: 15384539.
HSL color Cylindrical-coordinate representation of color #DBBFEA: hue angle of 279.07º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBBFEA is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 191 | 234 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.08 |
| HSL | 279.07º | 0.51% | 0.83% | - |
| HSV(B) | 279.07º | 0.18% | 0.92% | - |
| XYZ | 62.7 | 58.26 | 85.78 | - |
| YUV | 204.27 | 144.78 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 191 | 234 | 0.06 | 0.18 | 0 | 0.08 | 279.07 | 0.51 | 0.83 |
| Hex | DB | BF | EA | 6 | 12 | 0 | 8 | 117 | 33 | 53 |
| Octal | 333 | 277 | 352 | 6 | 22 | 0 | 10 | 427 | 63 | 123 |
| Binary | 11011011 | 10111111 | 11101010 | 110 | 10010 | 0 | 1000 | 100010111 | 110011 | 1010011 |
Color Harmonies of #DBBFEA
Complementary color
Monochromatic Colors of #DBBFEA
Black with #DBBFEA
Text Example
Text Example
White with #DBBFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBFEA; }
p { color: rgb(219,191,234); }
H1.HeaderClassName
{
color: #DBBFEA;
}
.AnyTagClassName
{
color: #DBBFEA;
}
</style>
background-color css
<style>
a { background-color: #DBBFEA; }
a { background-color: rgb(219,191,234); }
div.DivClassName
{
background-color: #DBBFEA;
}
.BgClassName
{
background-color: #DBBFEA;
}
</style>
border-color css
<style>
span { border-color: #DBBFEA; }
span { border-color: rgb(219,191,234); }
td.TdClassName
{
border-color: #DBBFEA;
}
.TagClassName
{
border-color: #DBBFEA;
}
</style>