Shades of Fog #DBD3EE
Tints of Fog #DBD3EE
RGB
CMYK
RGB Variations
Color information
#DBD3EE (or 0xDBD3EE) is known color: Fog. HEX triplet: DB, D3 and EE. RGB value is (219,211,238). Sum of RGB (Red+Green+Blue) = 219+211+238=668 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.78% from 668); Green value is 211 (82.81% from 255 or 31.59% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBD3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD3EE is #242C11. Grayscale: #D8D8D8. Windows color (decimal): -2370578 or 15651803. OLE color: 15651803.
HSL color Cylindrical-coordinate representation of color #DBD3EE: hue angle of 257.78º degrees, saturation: 0.44, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBD3EE is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 211 | 238 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.07 |
| HSL | 257.78º | 0.44% | 0.88% | - |
| HSV(B) | 257.78º | 0.11% | 0.93% | - |
| XYZ | 67.94 | 67.82 | 90.4 | - |
| YUV | 216.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 238 | 0.08 | 0.11 | 0 | 0.07 | 257.78 | 0.44 | 0.88 |
| Hex | DB | D3 | EE | 8 | B | 0 | 7 | 102 | 2C | 58 |
| Octal | 333 | 323 | 356 | 10 | 13 | 0 | 7 | 402 | 54 | 130 |
| Binary | 11011011 | 11010011 | 11101110 | 1000 | 1011 | 0 | 111 | 100000010 | 101100 | 1011000 |
Color Harmonies of #DBD3EE
Complementary color
Monochromatic Colors of #DBD3EE
Black with #DBD3EE
Text Example
Text Example
White with #DBD3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD3EE; }
p { color: rgb(219,211,238); }
H1.HeaderClassName
{
color: #DBD3EE;
}
.AnyTagClassName
{
color: #DBD3EE;
}
</style>
background-color css
<style>
a { background-color: #DBD3EE; }
a { background-color: rgb(219,211,238); }
div.DivClassName
{
background-color: #DBD3EE;
}
.BgClassName
{
background-color: #DBD3EE;
}
</style>
border-color css
<style>
span { border-color: #DBD3EE; }
span { border-color: rgb(219,211,238); }
td.TdClassName
{
border-color: #DBD3EE;
}
.TagClassName
{
border-color: #DBD3EE;
}
</style>