Shades of Fog #DBC0F2
Tints of Fog #DBC0F2
RGB
CMYK
RGB Variations
Color information
#DBC0F2 (or 0xDBC0F2) is known color: Fog. HEX triplet: DB, C0 and F2. RGB value is (219,192,242). Sum of RGB (Red+Green+Blue) = 219+192+242=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 192 (75.39% from 255 or 29.40% from 653); Blue value is 242 (94.92% from 255 or 37.06% from 653); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBC0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC0F2 is #243F0D. Grayscale: #CDCDCD. Windows color (decimal): -2375438 or 15909083. OLE color: 15909083.
HSL color Cylindrical-coordinate representation of color #DBC0F2: hue angle of 272.4º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBC0F2 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 192 | 242 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.05 |
| HSL | 272.4º | 0.66% | 0.85% | - |
| HSV(B) | 272.4º | 0.21% | 0.95% | - |
| XYZ | 64.09 | 59.17 | 92.05 | - |
| YUV | 205.77 | 148.45 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 242 | 0.10 | 0.21 | 0 | 0.05 | 272.4 | 0.66 | 0.85 |
| Hex | DB | C0 | F2 | A | 15 | 0 | 5 | 110 | 42 | 55 |
| Octal | 333 | 300 | 362 | 12 | 25 | 0 | 5 | 420 | 102 | 125 |
| Binary | 11011011 | 11000000 | 11110010 | 1010 | 10101 | 0 | 101 | 100010000 | 1000010 | 1010101 |
Color Harmonies of #DBC0F2
Complementary color
Monochromatic Colors of #DBC0F2
Black with #DBC0F2
Text Example
Text Example
White with #DBC0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC0F2; }
p { color: rgb(219,192,242); }
H1.HeaderClassName
{
color: #DBC0F2;
}
.AnyTagClassName
{
color: #DBC0F2;
}
</style>
background-color css
<style>
a { background-color: #DBC0F2; }
a { background-color: rgb(219,192,242); }
div.DivClassName
{
background-color: #DBC0F2;
}
.BgClassName
{
background-color: #DBC0F2;
}
</style>
border-color css
<style>
span { border-color: #DBC0F2; }
span { border-color: rgb(219,192,242); }
td.TdClassName
{
border-color: #DBC0F2;
}
.TagClassName
{
border-color: #DBC0F2;
}
</style>