Shades of Fog #DBC1F4
Tints of Fog #DBC1F4
RGB
CMYK
RGB Variations
Color information
#DBC1F4 (or 0xDBC1F4) is known color: Fog. HEX triplet: DB, C1 and F4. RGB value is (219,193,244). Sum of RGB (Red+Green+Blue) = 219+193+244=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 193 (75.78% from 255 or 29.42% from 656); Blue value is 244 (95.70% from 255 or 37.20% from 656); Max value from RGB is 244 - color contains mainly: blue. Hex color #DBC1F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC1F4 is #243E0B. Grayscale: #CECECE. Windows color (decimal): -2375180 or 16040411. OLE color: 16040411.
HSL color Cylindrical-coordinate representation of color #DBC1F4: hue angle of 270.59º degrees, saturation: 0.7, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBC1F4 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 193 | 244 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.04 |
| HSL | 270.59º | 0.7% | 0.86% | - |
| HSV(B) | 270.59º | 0.21% | 0.96% | - |
| XYZ | 64.61 | 59.73 | 93.71 | - |
| YUV | 206.59 | 149.11 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 244 | 0.10 | 0.21 | 0 | 0.04 | 270.59 | 0.7 | 0.86 |
| Hex | DB | C1 | F4 | A | 15 | 0 | 4 | 10F | 46 | 56 |
| Octal | 333 | 301 | 364 | 12 | 25 | 0 | 4 | 417 | 106 | 126 |
| Binary | 11011011 | 11000001 | 11110100 | 1010 | 10101 | 0 | 100 | 100001111 | 1000110 | 1010110 |
Color Harmonies of #DBC1F4
Complementary color
Monochromatic Colors of #DBC1F4
Black with #DBC1F4
Text Example
Text Example
White with #DBC1F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC1F4; }
p { color: rgb(219,193,244); }
H1.HeaderClassName
{
color: #DBC1F4;
}
.AnyTagClassName
{
color: #DBC1F4;
}
</style>
background-color css
<style>
a { background-color: #DBC1F4; }
a { background-color: rgb(219,193,244); }
div.DivClassName
{
background-color: #DBC1F4;
}
.BgClassName
{
background-color: #DBC1F4;
}
</style>
border-color css
<style>
span { border-color: #DBC1F4; }
span { border-color: rgb(219,193,244); }
td.TdClassName
{
border-color: #DBC1F4;
}
.TagClassName
{
border-color: #DBC1F4;
}
</style>