Shades of Fog #DBD3EF
Tints of Fog #DBD3EF
RGB
CMYK
RGB Variations
Color information
#DBD3EF (or 0xDBD3EF) is known color: Fog. HEX triplet: DB, D3 and EF. RGB value is (219,211,239). Sum of RGB (Red+Green+Blue) = 219+211+239=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 211 (82.81% from 255 or 31.54% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBD3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD3EF is #242C10. Grayscale: #D8D8D8. Windows color (decimal): -2370577 or 15717339. OLE color: 15717339.
HSL color Cylindrical-coordinate representation of color #DBD3EF: hue angle of 257.14º degrees, saturation: 0.47, 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 #DBD3EF is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 211 | 239 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.06 |
| HSL | 257.14º | 0.47% | 0.88% | - |
| HSV(B) | 257.14º | 0.12% | 0.94% | - |
| XYZ | 68.09 | 67.88 | 91.18 | - |
| YUV | 216.58 | 140.65 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 239 | 0.08 | 0.12 | 0 | 0.06 | 257.14 | 0.47 | 0.88 |
| Hex | DB | D3 | EF | 8 | C | 0 | 6 | 101 | 2F | 58 |
| Octal | 333 | 323 | 357 | 10 | 14 | 0 | 6 | 401 | 57 | 130 |
| Binary | 11011011 | 11010011 | 11101111 | 1000 | 1100 | 0 | 110 | 100000001 | 101111 | 1011000 |
Color Harmonies of #DBD3EF
Complementary color
Monochromatic Colors of #DBD3EF
Black with #DBD3EF
Text Example
Text Example
White with #DBD3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD3EF; }
p { color: rgb(219,211,239); }
H1.HeaderClassName
{
color: #DBD3EF;
}
.AnyTagClassName
{
color: #DBD3EF;
}
</style>
background-color css
<style>
a { background-color: #DBD3EF; }
a { background-color: rgb(219,211,239); }
div.DivClassName
{
background-color: #DBD3EF;
}
.BgClassName
{
background-color: #DBD3EF;
}
</style>
border-color css
<style>
span { border-color: #DBD3EF; }
span { border-color: rgb(219,211,239); }
td.TdClassName
{
border-color: #DBD3EF;
}
.TagClassName
{
border-color: #DBD3EF;
}
</style>