Shades of Fog #DBBDEF
Tints of Fog #DBBDEF
RGB
CMYK
RGB Variations
Color information
#DBBDEF (or 0xDBBDEF) is known color: Fog. HEX triplet: DB, BD and EF. RGB value is (219,189,239). Sum of RGB (Red+Green+Blue) = 219+189+239=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 189 (74.22% from 255 or 29.21% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBBDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBDEF is #244210. Grayscale: #CBCBCB. Windows color (decimal): -2376209 or 15711707. OLE color: 15711707.
HSL color Cylindrical-coordinate representation of color #DBBDEF: hue angle of 276º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBBDEF is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 189 | 239 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.06 |
| HSL | 276º | 0.61% | 0.84% | - |
| HSV(B) | 276º | 0.21% | 0.94% | - |
| XYZ | 62.99 | 57.69 | 89.48 | - |
| YUV | 203.67 | 147.94 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 239 | 0.08 | 0.21 | 0 | 0.06 | 276 | 0.61 | 0.84 |
| Hex | DB | BD | EF | 8 | 15 | 0 | 6 | 114 | 3D | 54 |
| Octal | 333 | 275 | 357 | 10 | 25 | 0 | 6 | 424 | 75 | 124 |
| Binary | 11011011 | 10111101 | 11101111 | 1000 | 10101 | 0 | 110 | 100010100 | 111101 | 1010100 |
Color Harmonies of #DBBDEF
Complementary color
Monochromatic Colors of #DBBDEF
Black with #DBBDEF
Text Example
Text Example
White with #DBBDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBDEF; }
p { color: rgb(219,189,239); }
H1.HeaderClassName
{
color: #DBBDEF;
}
.AnyTagClassName
{
color: #DBBDEF;
}
</style>
background-color css
<style>
a { background-color: #DBBDEF; }
a { background-color: rgb(219,189,239); }
div.DivClassName
{
background-color: #DBBDEF;
}
.BgClassName
{
background-color: #DBBDEF;
}
</style>
border-color css
<style>
span { border-color: #DBBDEF; }
span { border-color: rgb(219,189,239); }
td.TdClassName
{
border-color: #DBBDEF;
}
.TagClassName
{
border-color: #DBBDEF;
}
</style>