Shades of Fog #DBC6EF
Tints of Fog #DBC6EF
RGB
CMYK
RGB Variations
Color information
#DBC6EF (or 0xDBC6EF) is known color: Fog. HEX triplet: DB, C6 and EF. RGB value is (219,198,239). Sum of RGB (Red+Green+Blue) = 219+198+239=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 198 (77.73% from 255 or 30.18% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBC6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC6EF is #243910. Grayscale: #D0D0D0. Windows color (decimal): -2373905 or 15714011. OLE color: 15714011.
HSL color Cylindrical-coordinate representation of color #DBC6EF: hue angle of 270.73º degrees, saturation: 0.56, 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 #DBC6EF is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 198 | 239 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.06 |
| HSL | 270.73º | 0.56% | 0.86% | - |
| HSV(B) | 270.73º | 0.17% | 0.94% | - |
| XYZ | 64.99 | 61.68 | 90.14 | - |
| YUV | 208.95 | 144.96 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 239 | 0.08 | 0.17 | 0 | 0.06 | 270.73 | 0.56 | 0.86 |
| Hex | DB | C6 | EF | 8 | 11 | 0 | 6 | 10F | 38 | 56 |
| Octal | 333 | 306 | 357 | 10 | 21 | 0 | 6 | 417 | 70 | 126 |
| Binary | 11011011 | 11000110 | 11101111 | 1000 | 10001 | 0 | 110 | 100001111 | 111000 | 1010110 |
Color Harmonies of #DBC6EF
Complementary color
Monochromatic Colors of #DBC6EF
Black with #DBC6EF
Text Example
Text Example
White with #DBC6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC6EF; }
p { color: rgb(219,198,239); }
H1.HeaderClassName
{
color: #DBC6EF;
}
.AnyTagClassName
{
color: #DBC6EF;
}
</style>
background-color css
<style>
a { background-color: #DBC6EF; }
a { background-color: rgb(219,198,239); }
div.DivClassName
{
background-color: #DBC6EF;
}
.BgClassName
{
background-color: #DBC6EF;
}
</style>
border-color css
<style>
span { border-color: #DBC6EF; }
span { border-color: rgb(219,198,239); }
td.TdClassName
{
border-color: #DBC6EF;
}
.TagClassName
{
border-color: #DBC6EF;
}
</style>