Shades of Fog #DBC4FF
Tints of Fog #DBC4FF
RGB
CMYK
RGB Variations
Color information
#DBC4FF (or 0xDBC4FF) is known color: Fog. HEX triplet: DB, C4 and FF. RGB value is (219,196,255). Sum of RGB (Red+Green+Blue) = 219+196+255=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 196 (76.95% from 255 or 29.25% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBC4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC4FF is #243B00. Grayscale: #D1D1D1. Windows color (decimal): -2374401 or 16762075. OLE color: 16762075.
HSL color Cylindrical-coordinate representation of color #DBC4FF: hue angle of 263.39º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBC4FF is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 196 | 255 | - |
| CMYK | 0.14 | 0.23 | 0 | 0 |
| HSL | 263.39º | 1% | 0.88% | - |
| HSV(B) | 263.39º | 0.23% | 1% | - |
| XYZ | 67 | 61.76 | 103 | - |
| YUV | 209.6 | 153.62 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 255 | 0.14 | 0.23 | 0 | 0 | 263.39 | 1 | 0.88 |
| Hex | DB | C4 | FF | E | 17 | 0 | 0 | 107 | 64 | 58 |
| Octal | 333 | 304 | 377 | 16 | 27 | 0 | 0 | 407 | 144 | 130 |
| Binary | 11011011 | 11000100 | 11111111 | 1110 | 10111 | 0 | 0 | 100000111 | 1100100 | 1011000 |
Color Harmonies of #DBC4FF
Complementary color
Monochromatic Colors of #DBC4FF
Black with #DBC4FF
Text Example
Text Example
White with #DBC4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC4FF; }
p { color: rgb(219,196,255); }
H1.HeaderClassName
{
color: #DBC4FF;
}
.AnyTagClassName
{
color: #DBC4FF;
}
</style>
background-color css
<style>
a { background-color: #DBC4FF; }
a { background-color: rgb(219,196,255); }
div.DivClassName
{
background-color: #DBC4FF;
}
.BgClassName
{
background-color: #DBC4FF;
}
</style>
border-color css
<style>
span { border-color: #DBC4FF; }
span { border-color: rgb(219,196,255); }
td.TdClassName
{
border-color: #DBC4FF;
}
.TagClassName
{
border-color: #DBC4FF;
}
</style>