Shades of Fog #DBC8F9
Tints of Fog #DBC8F9
RGB
CMYK
RGB Variations
Color information
#DBC8F9 (or 0xDBC8F9) is known color: Fog. HEX triplet: DB, C8 and F9. RGB value is (219,200,249). Sum of RGB (Red+Green+Blue) = 219+200+249=668 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.78% from 668); Green value is 200 (78.52% from 255 or 29.94% from 668); Blue value is 249 (97.66% from 255 or 37.28% from 668); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBC8F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC8F9 is #243706. Grayscale: #D3D3D3. Windows color (decimal): -2373383 or 16369883. OLE color: 16369883.
HSL color Cylindrical-coordinate representation of color #DBC8F9: hue angle of 263.27º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBC8F9 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 200 | 249 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.02 |
| HSL | 263.27º | 0.8% | 0.88% | - |
| HSV(B) | 263.27º | 0.2% | 0.98% | - |
| XYZ | 66.97 | 63.21 | 98.29 | - |
| YUV | 211.27 | 149.29 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 249 | 0.12 | 0.20 | 0 | 0.02 | 263.27 | 0.8 | 0.88 |
| Hex | DB | C8 | F9 | C | 14 | 0 | 2 | 107 | 50 | 58 |
| Octal | 333 | 310 | 371 | 14 | 24 | 0 | 2 | 407 | 120 | 130 |
| Binary | 11011011 | 11001000 | 11111001 | 1100 | 10100 | 0 | 10 | 100000111 | 1010000 | 1011000 |
Color Harmonies of #DBC8F9
Complementary color
Monochromatic Colors of #DBC8F9
Black with #DBC8F9
Text Example
Text Example
White with #DBC8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC8F9; }
p { color: rgb(219,200,249); }
H1.HeaderClassName
{
color: #DBC8F9;
}
.AnyTagClassName
{
color: #DBC8F9;
}
</style>
background-color css
<style>
a { background-color: #DBC8F9; }
a { background-color: rgb(219,200,249); }
div.DivClassName
{
background-color: #DBC8F9;
}
.BgClassName
{
background-color: #DBC8F9;
}
</style>
border-color css
<style>
span { border-color: #DBC8F9; }
span { border-color: rgb(219,200,249); }
td.TdClassName
{
border-color: #DBC8F9;
}
.TagClassName
{
border-color: #DBC8F9;
}
</style>