Shades of Fog #DBC6EA
Tints of Fog #DBC6EA
RGB
CMYK
RGB Variations
Color information
#DBC6EA (or 0xDBC6EA) is known color: Fog. HEX triplet: DB, C6 and EA. RGB value is (219,198,234). Sum of RGB (Red+Green+Blue) = 219+198+234=651 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.64% from 651); Green value is 198 (77.73% from 255 or 30.41% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBC6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC6EA is #243915. Grayscale: #D0D0D0. Windows color (decimal): -2373910 or 15386331. OLE color: 15386331.
HSL color Cylindrical-coordinate representation of color #DBC6EA: hue angle of 275º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBC6EA is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 198 | 234 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.08 |
| HSL | 275º | 0.46% | 0.85% | - |
| HSV(B) | 275º | 0.15% | 0.92% | - |
| XYZ | 64.26 | 61.39 | 86.3 | - |
| YUV | 208.38 | 142.46 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 234 | 0.06 | 0.15 | 0 | 0.08 | 275 | 0.46 | 0.85 |
| Hex | DB | C6 | EA | 6 | F | 0 | 8 | 113 | 2E | 55 |
| Octal | 333 | 306 | 352 | 6 | 17 | 0 | 10 | 423 | 56 | 125 |
| Binary | 11011011 | 11000110 | 11101010 | 110 | 1111 | 0 | 1000 | 100010011 | 101110 | 1010101 |
Color Harmonies of #DBC6EA
Complementary color
Monochromatic Colors of #DBC6EA
Black with #DBC6EA
Text Example
Text Example
White with #DBC6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC6EA; }
p { color: rgb(219,198,234); }
H1.HeaderClassName
{
color: #DBC6EA;
}
.AnyTagClassName
{
color: #DBC6EA;
}
</style>
background-color css
<style>
a { background-color: #DBC6EA; }
a { background-color: rgb(219,198,234); }
div.DivClassName
{
background-color: #DBC6EA;
}
.BgClassName
{
background-color: #DBC6EA;
}
</style>
border-color css
<style>
span { border-color: #DBC6EA; }
span { border-color: rgb(219,198,234); }
td.TdClassName
{
border-color: #DBC6EA;
}
.TagClassName
{
border-color: #DBC6EA;
}
</style>