Shades of Fog #DBC6F0
Tints of Fog #DBC6F0
RGB
CMYK
RGB Variations
Color information
#DBC6F0 (or 0xDBC6F0) is known color: Fog. HEX triplet: DB, C6 and F0. RGB value is (219,198,240). Sum of RGB (Red+Green+Blue) = 219+198+240=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 198 (77.73% from 255 or 30.14% from 657); Blue value is 240 (94.14% from 255 or 36.53% from 657); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBC6F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC6F0 is #24390F. Grayscale: #D0D0D0. Windows color (decimal): -2373904 or 15779547. OLE color: 15779547.
HSL color Cylindrical-coordinate representation of color #DBC6F0: hue angle of 270º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBC6F0 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 198 | 240 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.06 |
| HSL | 270º | 0.58% | 0.86% | - |
| HSV(B) | 270º | 0.18% | 0.94% | - |
| XYZ | 65.14 | 61.74 | 90.92 | - |
| YUV | 209.07 | 145.46 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 240 | 0.09 | 0.18 | 0 | 0.06 | 270 | 0.58 | 0.86 |
| Hex | DB | C6 | F0 | 9 | 12 | 0 | 6 | 10E | 3A | 56 |
| Octal | 333 | 306 | 360 | 11 | 22 | 0 | 6 | 416 | 72 | 126 |
| Binary | 11011011 | 11000110 | 11110000 | 1001 | 10010 | 0 | 110 | 100001110 | 111010 | 1010110 |
Color Harmonies of #DBC6F0
Complementary color
Monochromatic Colors of #DBC6F0
Black with #DBC6F0
Text Example
Text Example
White with #DBC6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC6F0; }
p { color: rgb(219,198,240); }
H1.HeaderClassName
{
color: #DBC6F0;
}
.AnyTagClassName
{
color: #DBC6F0;
}
</style>
background-color css
<style>
a { background-color: #DBC6F0; }
a { background-color: rgb(219,198,240); }
div.DivClassName
{
background-color: #DBC6F0;
}
.BgClassName
{
background-color: #DBC6F0;
}
</style>
border-color css
<style>
span { border-color: #DBC6F0; }
span { border-color: rgb(219,198,240); }
td.TdClassName
{
border-color: #DBC6F0;
}
.TagClassName
{
border-color: #DBC6F0;
}
</style>