Shades of Fog #DBD2EF
Tints of Fog #DBD2EF
RGB
CMYK
RGB Variations
Color information
#DBD2EF (or 0xDBD2EF) is known color: Fog. HEX triplet: DB, D2 and EF. RGB value is (219,210,239). Sum of RGB (Red+Green+Blue) = 219+210+239=668 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.78% from 668); Green value is 210 (82.42% from 255 or 31.44% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBD2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD2EF is #242D10. Grayscale: #D7D7D7. Windows color (decimal): -2370833 or 15717083. OLE color: 15717083.
HSL color Cylindrical-coordinate representation of color #DBD2EF: hue angle of 258.62º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBD2EF is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 210 | 239 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.06 |
| HSL | 258.62º | 0.48% | 0.88% | - |
| HSV(B) | 258.62º | 0.12% | 0.94% | - |
| XYZ | 67.84 | 67.39 | 91.09 | - |
| YUV | 216 | 140.98 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 239 | 0.08 | 0.12 | 0 | 0.06 | 258.62 | 0.48 | 0.88 |
| Hex | DB | D2 | EF | 8 | C | 0 | 6 | 103 | 30 | 58 |
| Octal | 333 | 322 | 357 | 10 | 14 | 0 | 6 | 403 | 60 | 130 |
| Binary | 11011011 | 11010010 | 11101111 | 1000 | 1100 | 0 | 110 | 100000011 | 110000 | 1011000 |
Color Harmonies of #DBD2EF
Complementary color
Monochromatic Colors of #DBD2EF
Black with #DBD2EF
Text Example
Text Example
White with #DBD2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD2EF; }
p { color: rgb(219,210,239); }
H1.HeaderClassName
{
color: #DBD2EF;
}
.AnyTagClassName
{
color: #DBD2EF;
}
</style>
background-color css
<style>
a { background-color: #DBD2EF; }
a { background-color: rgb(219,210,239); }
div.DivClassName
{
background-color: #DBD2EF;
}
.BgClassName
{
background-color: #DBD2EF;
}
</style>
border-color css
<style>
span { border-color: #DBD2EF; }
span { border-color: rgb(219,210,239); }
td.TdClassName
{
border-color: #DBD2EF;
}
.TagClassName
{
border-color: #DBD2EF;
}
</style>