Shades of Fog #DBD2EE
Tints of Fog #DBD2EE
RGB
CMYK
RGB Variations
Color information
#DBD2EE (or 0xDBD2EE) is known color: Fog. HEX triplet: DB, D2 and EE. RGB value is (219,210,238). Sum of RGB (Red+Green+Blue) = 219+210+238=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 210 (82.42% from 255 or 31.48% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBD2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD2EE is #242D11. Grayscale: #D7D7D7. Windows color (decimal): -2370834 or 15651547. OLE color: 15651547.
HSL color Cylindrical-coordinate representation of color #DBD2EE: hue angle of 259.29º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBD2EE is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 210 | 238 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.07 |
| HSL | 259.29º | 0.45% | 0.88% | - |
| HSV(B) | 259.29º | 0.12% | 0.93% | - |
| XYZ | 67.69 | 67.33 | 90.32 | - |
| YUV | 215.88 | 140.48 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 238 | 0.08 | 0.12 | 0 | 0.07 | 259.29 | 0.45 | 0.88 |
| Hex | DB | D2 | EE | 8 | C | 0 | 7 | 103 | 2D | 58 |
| Octal | 333 | 322 | 356 | 10 | 14 | 0 | 7 | 403 | 55 | 130 |
| Binary | 11011011 | 11010010 | 11101110 | 1000 | 1100 | 0 | 111 | 100000011 | 101101 | 1011000 |
Color Harmonies of #DBD2EE
Complementary color
Monochromatic Colors of #DBD2EE
Black with #DBD2EE
Text Example
Text Example
White with #DBD2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD2EE; }
p { color: rgb(219,210,238); }
H1.HeaderClassName
{
color: #DBD2EE;
}
.AnyTagClassName
{
color: #DBD2EE;
}
</style>
background-color css
<style>
a { background-color: #DBD2EE; }
a { background-color: rgb(219,210,238); }
div.DivClassName
{
background-color: #DBD2EE;
}
.BgClassName
{
background-color: #DBD2EE;
}
</style>
border-color css
<style>
span { border-color: #DBD2EE; }
span { border-color: rgb(219,210,238); }
td.TdClassName
{
border-color: #DBD2EE;
}
.TagClassName
{
border-color: #DBD2EE;
}
</style>