Shades of Fog #DBC8EF
Tints of Fog #DBC8EF
RGB
CMYK
RGB Variations
Color information
#DBC8EF (or 0xDBC8EF) is known color: Fog. HEX triplet: DB, C8 and EF. RGB value is (219,200,239). Sum of RGB (Red+Green+Blue) = 219+200+239=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 200 (78.52% from 255 or 30.40% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBC8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC8EF is #243710. Grayscale: #D1D1D1. Windows color (decimal): -2373393 or 15714523. OLE color: 15714523.
HSL color Cylindrical-coordinate representation of color #DBC8EF: hue angle of 269.23º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBC8EF is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 200 | 239 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.06 |
| HSL | 269.23º | 0.55% | 0.86% | - |
| HSV(B) | 269.23º | 0.16% | 0.94% | - |
| XYZ | 65.45 | 62.6 | 90.3 | - |
| YUV | 210.13 | 144.29 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 239 | 0.08 | 0.16 | 0 | 0.06 | 269.23 | 0.55 | 0.86 |
| Hex | DB | C8 | EF | 8 | 10 | 0 | 6 | 10D | 37 | 56 |
| Octal | 333 | 310 | 357 | 10 | 20 | 0 | 6 | 415 | 67 | 126 |
| Binary | 11011011 | 11001000 | 11101111 | 1000 | 10000 | 0 | 110 | 100001101 | 110111 | 1010110 |
Color Harmonies of #DBC8EF
Complementary color
Monochromatic Colors of #DBC8EF
Black with #DBC8EF
Text Example
Text Example
White with #DBC8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC8EF; }
p { color: rgb(219,200,239); }
H1.HeaderClassName
{
color: #DBC8EF;
}
.AnyTagClassName
{
color: #DBC8EF;
}
</style>
background-color css
<style>
a { background-color: #DBC8EF; }
a { background-color: rgb(219,200,239); }
div.DivClassName
{
background-color: #DBC8EF;
}
.BgClassName
{
background-color: #DBC8EF;
}
</style>
border-color css
<style>
span { border-color: #DBC8EF; }
span { border-color: rgb(219,200,239); }
td.TdClassName
{
border-color: #DBC8EF;
}
.TagClassName
{
border-color: #DBC8EF;
}
</style>