Shades of Fog #DBBFEF
Tints of Fog #DBBFEF
RGB
CMYK
RGB Variations
Color information
#DBBFEF (or 0xDBBFEF) is known color: Fog. HEX triplet: DB, BF and EF. RGB value is (219,191,239). Sum of RGB (Red+Green+Blue) = 219+191+239=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 191 (75% from 255 or 29.43% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBBFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBFEF is #244010. Grayscale: #CCCCCC. Windows color (decimal): -2375697 or 15712219. OLE color: 15712219.
HSL color Cylindrical-coordinate representation of color #DBBFEF: hue angle of 275º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBBFEF is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 191 | 239 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.06 |
| HSL | 275º | 0.6% | 0.84% | - |
| HSV(B) | 275º | 0.2% | 0.94% | - |
| XYZ | 63.42 | 58.55 | 89.62 | - |
| YUV | 204.84 | 147.28 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 191 | 239 | 0.08 | 0.20 | 0 | 0.06 | 275 | 0.6 | 0.84 |
| Hex | DB | BF | EF | 8 | 14 | 0 | 6 | 113 | 3C | 54 |
| Octal | 333 | 277 | 357 | 10 | 24 | 0 | 6 | 423 | 74 | 124 |
| Binary | 11011011 | 10111111 | 11101111 | 1000 | 10100 | 0 | 110 | 100010011 | 111100 | 1010100 |
Color Harmonies of #DBBFEF
Complementary color
Monochromatic Colors of #DBBFEF
Black with #DBBFEF
Text Example
Text Example
White with #DBBFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBFEF; }
p { color: rgb(219,191,239); }
H1.HeaderClassName
{
color: #DBBFEF;
}
.AnyTagClassName
{
color: #DBBFEF;
}
</style>
background-color css
<style>
a { background-color: #DBBFEF; }
a { background-color: rgb(219,191,239); }
div.DivClassName
{
background-color: #DBBFEF;
}
.BgClassName
{
background-color: #DBBFEF;
}
</style>
border-color css
<style>
span { border-color: #DBBFEF; }
span { border-color: rgb(219,191,239); }
td.TdClassName
{
border-color: #DBBFEF;
}
.TagClassName
{
border-color: #DBBFEF;
}
</style>