Shades of Fog #DBC4E9
Tints of Fog #DBC4E9
RGB
CMYK
RGB Variations
Color information
#DBC4E9 (or 0xDBC4E9) is known color: Fog. HEX triplet: DB, C4 and E9. RGB value is (219,196,233). Sum of RGB (Red+Green+Blue) = 219+196+233=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 196 (76.95% from 255 or 30.25% from 648); Blue value is 233 (91.41% from 255 or 35.96% from 648); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBC4E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC4E9 is #243B16. Grayscale: #CECECE. Windows color (decimal): -2374423 or 15320283. OLE color: 15320283.
HSL color Cylindrical-coordinate representation of color #DBC4E9: hue angle of 277.3º degrees, saturation: 0.46, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBC4E9 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 196 | 233 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.09 |
| HSL | 277.3º | 0.46% | 0.84% | - |
| HSV(B) | 277.3º | 0.16% | 0.91% | - |
| XYZ | 63.66 | 60.42 | 85.4 | - |
| YUV | 207.1 | 142.62 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 233 | 0.06 | 0.16 | 0 | 0.09 | 277.3 | 0.46 | 0.84 |
| Hex | DB | C4 | E9 | 6 | 10 | 0 | 9 | 115 | 2E | 54 |
| Octal | 333 | 304 | 351 | 6 | 20 | 0 | 11 | 425 | 56 | 124 |
| Binary | 11011011 | 11000100 | 11101001 | 110 | 10000 | 0 | 1001 | 100010101 | 101110 | 1010100 |
Color Harmonies of #DBC4E9
Complementary color
Monochromatic Colors of #DBC4E9
Black with #DBC4E9
Text Example
Text Example
White with #DBC4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC4E9; }
p { color: rgb(219,196,233); }
H1.HeaderClassName
{
color: #DBC4E9;
}
.AnyTagClassName
{
color: #DBC4E9;
}
</style>
background-color css
<style>
a { background-color: #DBC4E9; }
a { background-color: rgb(219,196,233); }
div.DivClassName
{
background-color: #DBC4E9;
}
.BgClassName
{
background-color: #DBC4E9;
}
</style>
border-color css
<style>
span { border-color: #DBC4E9; }
span { border-color: rgb(219,196,233); }
td.TdClassName
{
border-color: #DBC4E9;
}
.TagClassName
{
border-color: #DBC4E9;
}
</style>