Shades of Fog #DBC8F0
Tints of Fog #DBC8F0
RGB
CMYK
RGB Variations
Color information
#DBC8F0 (or 0xDBC8F0) is known color: Fog. HEX triplet: DB, C8 and F0. RGB value is (219,200,240). Sum of RGB (Red+Green+Blue) = 219+200+240=659 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.23% from 659); Green value is 200 (78.52% from 255 or 30.35% from 659); Blue value is 240 (94.14% from 255 or 36.42% from 659); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBC8F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC8F0 is #24370F. Grayscale: #D2D2D2. Windows color (decimal): -2373392 or 15780059. OLE color: 15780059.
HSL color Cylindrical-coordinate representation of color #DBC8F0: hue angle of 268.5º degrees, saturation: 0.57, 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 #DBC8F0 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 200 | 240 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.06 |
| HSL | 268.5º | 0.57% | 0.86% | - |
| HSV(B) | 268.5º | 0.17% | 0.94% | - |
| XYZ | 65.6 | 62.66 | 91.08 | - |
| YUV | 210.24 | 144.79 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 240 | 0.09 | 0.17 | 0 | 0.06 | 268.5 | 0.57 | 0.86 |
| Hex | DB | C8 | F0 | 9 | 11 | 0 | 6 | 10C | 39 | 56 |
| Octal | 333 | 310 | 360 | 11 | 21 | 0 | 6 | 414 | 71 | 126 |
| Binary | 11011011 | 11001000 | 11110000 | 1001 | 10001 | 0 | 110 | 100001100 | 111001 | 1010110 |
Color Harmonies of #DBC8F0
Complementary color
Monochromatic Colors of #DBC8F0
Black with #DBC8F0
Text Example
Text Example
White with #DBC8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC8F0; }
p { color: rgb(219,200,240); }
H1.HeaderClassName
{
color: #DBC8F0;
}
.AnyTagClassName
{
color: #DBC8F0;
}
</style>
background-color css
<style>
a { background-color: #DBC8F0; }
a { background-color: rgb(219,200,240); }
div.DivClassName
{
background-color: #DBC8F0;
}
.BgClassName
{
background-color: #DBC8F0;
}
</style>
border-color css
<style>
span { border-color: #DBC8F0; }
span { border-color: rgb(219,200,240); }
td.TdClassName
{
border-color: #DBC8F0;
}
.TagClassName
{
border-color: #DBC8F0;
}
</style>