Shades of Fog #DBD3EA
Tints of Fog #DBD3EA
RGB
CMYK
RGB Variations
Color information
#DBD3EA (or 0xDBD3EA) is known color: Fog. HEX triplet: DB, D3 and EA. RGB value is (219,211,234). Sum of RGB (Red+Green+Blue) = 219+211+234=664 (87% of max value = 765). Red value is 219 (85.94% from 255 or 32.98% from 664); Green value is 211 (82.81% from 255 or 31.78% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBD3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD3EA is #242C15. Grayscale: #D7D7D7. Windows color (decimal): -2370582 or 15389659. OLE color: 15389659.
HSL color Cylindrical-coordinate representation of color #DBD3EA: hue angle of 260.87º degrees, saturation: 0.35, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBD3EA is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 211 | 234 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.08 |
| HSL | 260.87º | 0.35% | 0.87% | - |
| HSV(B) | 260.87º | 0.1% | 0.92% | - |
| XYZ | 67.36 | 67.59 | 87.34 | - |
| YUV | 216.01 | 138.15 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 234 | 0.06 | 0.10 | 0 | 0.08 | 260.87 | 0.35 | 0.87 |
| Hex | DB | D3 | EA | 6 | A | 0 | 8 | 105 | 23 | 57 |
| Octal | 333 | 323 | 352 | 6 | 12 | 0 | 10 | 405 | 43 | 127 |
| Binary | 11011011 | 11010011 | 11101010 | 110 | 1010 | 0 | 1000 | 100000101 | 100011 | 1010111 |
Color Harmonies of #DBD3EA
Complementary color
Monochromatic Colors of #DBD3EA
Black with #DBD3EA
Text Example
Text Example
White with #DBD3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD3EA; }
p { color: rgb(219,211,234); }
H1.HeaderClassName
{
color: #DBD3EA;
}
.AnyTagClassName
{
color: #DBD3EA;
}
</style>
background-color css
<style>
a { background-color: #DBD3EA; }
a { background-color: rgb(219,211,234); }
div.DivClassName
{
background-color: #DBD3EA;
}
.BgClassName
{
background-color: #DBD3EA;
}
</style>
border-color css
<style>
span { border-color: #DBD3EA; }
span { border-color: rgb(219,211,234); }
td.TdClassName
{
border-color: #DBD3EA;
}
.TagClassName
{
border-color: #DBD3EA;
}
</style>