Shades of Fog #DBC7F0
Tints of Fog #DBC7F0
RGB
CMYK
RGB Variations
Color information
#DBC7F0 (or 0xDBC7F0) is known color: Fog. HEX triplet: DB, C7 and F0. RGB value is (219,199,240). Sum of RGB (Red+Green+Blue) = 219+199+240=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 199 (78.12% from 255 or 30.24% from 658); Blue value is 240 (94.14% from 255 or 36.47% from 658); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBC7F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC7F0 is #24380F. Grayscale: #D1D1D1. Windows color (decimal): -2373648 or 15779803. OLE color: 15779803.
HSL color Cylindrical-coordinate representation of color #DBC7F0: hue angle of 269.27º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBC7F0 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 199 | 240 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.06 |
| HSL | 269.27º | 0.58% | 0.86% | - |
| HSV(B) | 269.27º | 0.17% | 0.94% | - |
| XYZ | 65.37 | 62.2 | 91 | - |
| YUV | 209.65 | 145.13 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 240 | 0.09 | 0.17 | 0 | 0.06 | 269.27 | 0.58 | 0.86 |
| Hex | DB | C7 | F0 | 9 | 11 | 0 | 6 | 10D | 3A | 56 |
| Octal | 333 | 307 | 360 | 11 | 21 | 0 | 6 | 415 | 72 | 126 |
| Binary | 11011011 | 11000111 | 11110000 | 1001 | 10001 | 0 | 110 | 100001101 | 111010 | 1010110 |
Color Harmonies of #DBC7F0
Complementary color
Monochromatic Colors of #DBC7F0
Black with #DBC7F0
Text Example
Text Example
White with #DBC7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC7F0; }
p { color: rgb(219,199,240); }
H1.HeaderClassName
{
color: #DBC7F0;
}
.AnyTagClassName
{
color: #DBC7F0;
}
</style>
background-color css
<style>
a { background-color: #DBC7F0; }
a { background-color: rgb(219,199,240); }
div.DivClassName
{
background-color: #DBC7F0;
}
.BgClassName
{
background-color: #DBC7F0;
}
</style>
border-color css
<style>
span { border-color: #DBC7F0; }
span { border-color: rgb(219,199,240); }
td.TdClassName
{
border-color: #DBC7F0;
}
.TagClassName
{
border-color: #DBC7F0;
}
</style>