Shades of Fog #DBC9FC
Tints of Fog #DBC9FC
RGB
CMYK
RGB Variations
Color information
#DBC9FC (or 0xDBC9FC) is known color: Fog. HEX triplet: DB, C9 and FC. RGB value is (219,201,252). Sum of RGB (Red+Green+Blue) = 219+201+252=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 201 (78.91% from 255 or 29.91% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBC9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC9FC is #243603. Grayscale: #D4D4D4. Windows color (decimal): -2373124 or 16566747. OLE color: 16566747.
HSL color Cylindrical-coordinate representation of color #DBC9FC: hue angle of 261.18º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBC9FC is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 201 | 252 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.01 |
| HSL | 261.18º | 0.89% | 0.89% | - |
| HSV(B) | 261.18º | 0.2% | 0.99% | - |
| XYZ | 67.67 | 63.86 | 100.86 | - |
| YUV | 212.2 | 150.46 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 252 | 0.13 | 0.20 | 0 | 0.01 | 261.18 | 0.89 | 0.89 |
| Hex | DB | C9 | FC | D | 14 | 0 | 1 | 105 | 59 | 59 |
| Octal | 333 | 311 | 374 | 15 | 24 | 0 | 1 | 405 | 131 | 131 |
| Binary | 11011011 | 11001001 | 11111100 | 1101 | 10100 | 0 | 1 | 100000101 | 1011001 | 1011001 |
Color Harmonies of #DBC9FC
Complementary color
Monochromatic Colors of #DBC9FC
Black with #DBC9FC
Text Example
Text Example
White with #DBC9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC9FC; }
p { color: rgb(219,201,252); }
H1.HeaderClassName
{
color: #DBC9FC;
}
.AnyTagClassName
{
color: #DBC9FC;
}
</style>
background-color css
<style>
a { background-color: #DBC9FC; }
a { background-color: rgb(219,201,252); }
div.DivClassName
{
background-color: #DBC9FC;
}
.BgClassName
{
background-color: #DBC9FC;
}
</style>
border-color css
<style>
span { border-color: #DBC9FC; }
span { border-color: rgb(219,201,252); }
td.TdClassName
{
border-color: #DBC9FC;
}
.TagClassName
{
border-color: #DBC9FC;
}
</style>