Shades of Fog #DBC4F0
Tints of Fog #DBC4F0
RGB
CMYK
RGB Variations
Color information
#DBC4F0 (or 0xDBC4F0) is known color: Fog. HEX triplet: DB, C4 and F0. RGB value is (219,196,240). Sum of RGB (Red+Green+Blue) = 219+196+240=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 196 (76.95% from 255 or 29.92% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBC4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC4F0 is #243B0F. Grayscale: #CFCFCF. Windows color (decimal): -2374416 or 15779035. OLE color: 15779035.
HSL color Cylindrical-coordinate representation of color #DBC4F0: hue angle of 271.36º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBC4F0 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 196 | 240 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.06 |
| HSL | 271.36º | 0.59% | 0.85% | - |
| HSV(B) | 271.36º | 0.18% | 0.94% | - |
| XYZ | 64.68 | 60.83 | 90.77 | - |
| YUV | 207.89 | 146.12 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 240 | 0.09 | 0.18 | 0 | 0.06 | 271.36 | 0.59 | 0.85 |
| Hex | DB | C4 | F0 | 9 | 12 | 0 | 6 | 10F | 3B | 55 |
| Octal | 333 | 304 | 360 | 11 | 22 | 0 | 6 | 417 | 73 | 125 |
| Binary | 11011011 | 11000100 | 11110000 | 1001 | 10010 | 0 | 110 | 100001111 | 111011 | 1010101 |
Color Harmonies of #DBC4F0
Complementary color
Monochromatic Colors of #DBC4F0
Black with #DBC4F0
Text Example
Text Example
White with #DBC4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC4F0; }
p { color: rgb(219,196,240); }
H1.HeaderClassName
{
color: #DBC4F0;
}
.AnyTagClassName
{
color: #DBC4F0;
}
</style>
background-color css
<style>
a { background-color: #DBC4F0; }
a { background-color: rgb(219,196,240); }
div.DivClassName
{
background-color: #DBC4F0;
}
.BgClassName
{
background-color: #DBC4F0;
}
</style>
border-color css
<style>
span { border-color: #DBC4F0; }
span { border-color: rgb(219,196,240); }
td.TdClassName
{
border-color: #DBC4F0;
}
.TagClassName
{
border-color: #DBC4F0;
}
</style>