Shades of Fog #DBC7ED
Tints of Fog #DBC7ED
RGB
CMYK
RGB Variations
Color information
#DBC7ED (or 0xDBC7ED) is known color: Fog. HEX triplet: DB, C7 and ED. RGB value is (219,199,237). Sum of RGB (Red+Green+Blue) = 219+199+237=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 199 (78.12% from 255 or 30.38% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBC7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC7ED is #243812. Grayscale: #D1D1D1. Windows color (decimal): -2373651 or 15583195. OLE color: 15583195.
HSL color Cylindrical-coordinate representation of color #DBC7ED: hue angle of 271.58º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBC7ED is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 199 | 237 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.07 |
| HSL | 271.58º | 0.51% | 0.85% | - |
| HSV(B) | 271.58º | 0.16% | 0.93% | - |
| XYZ | 64.92 | 62.02 | 88.67 | - |
| YUV | 209.31 | 143.63 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 237 | 0.08 | 0.16 | 0 | 0.07 | 271.58 | 0.51 | 0.85 |
| Hex | DB | C7 | ED | 8 | 10 | 0 | 7 | 110 | 33 | 55 |
| Octal | 333 | 307 | 355 | 10 | 20 | 0 | 7 | 420 | 63 | 125 |
| Binary | 11011011 | 11000111 | 11101101 | 1000 | 10000 | 0 | 111 | 100010000 | 110011 | 1010101 |
Color Harmonies of #DBC7ED
Complementary color
Monochromatic Colors of #DBC7ED
Black with #DBC7ED
Text Example
Text Example
White with #DBC7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC7ED; }
p { color: rgb(219,199,237); }
H1.HeaderClassName
{
color: #DBC7ED;
}
.AnyTagClassName
{
color: #DBC7ED;
}
</style>
background-color css
<style>
a { background-color: #DBC7ED; }
a { background-color: rgb(219,199,237); }
div.DivClassName
{
background-color: #DBC7ED;
}
.BgClassName
{
background-color: #DBC7ED;
}
</style>
border-color css
<style>
span { border-color: #DBC7ED; }
span { border-color: rgb(219,199,237); }
td.TdClassName
{
border-color: #DBC7ED;
}
.TagClassName
{
border-color: #DBC7ED;
}
</style>