Shades of Fog #DBC9FA
Tints of Fog #DBC9FA
RGB
CMYK
RGB Variations
Color information
#DBC9FA (or 0xDBC9FA) is known color: Fog. HEX triplet: DB, C9 and FA. RGB value is (219,201,250). Sum of RGB (Red+Green+Blue) = 219+201+250=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 201 (78.91% from 255 or 30% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBC9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC9FA is #243605. Grayscale: #D3D3D3. Windows color (decimal): -2373126 or 16435675. OLE color: 16435675.
HSL color Cylindrical-coordinate representation of color #DBC9FA: hue angle of 262.04º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBC9FA is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 201 | 250 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.02 |
| HSL | 262.04º | 0.83% | 0.88% | - |
| HSV(B) | 262.04º | 0.2% | 0.98% | - |
| XYZ | 67.36 | 63.74 | 99.19 | - |
| YUV | 211.97 | 149.46 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 250 | 0.12 | 0.20 | 0 | 0.02 | 262.04 | 0.83 | 0.88 |
| Hex | DB | C9 | FA | C | 14 | 0 | 2 | 106 | 53 | 58 |
| Octal | 333 | 311 | 372 | 14 | 24 | 0 | 2 | 406 | 123 | 130 |
| Binary | 11011011 | 11001001 | 11111010 | 1100 | 10100 | 0 | 10 | 100000110 | 1010011 | 1011000 |
Color Harmonies of #DBC9FA
Complementary color
Monochromatic Colors of #DBC9FA
Black with #DBC9FA
Text Example
Text Example
White with #DBC9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC9FA; }
p { color: rgb(219,201,250); }
H1.HeaderClassName
{
color: #DBC9FA;
}
.AnyTagClassName
{
color: #DBC9FA;
}
</style>
background-color css
<style>
a { background-color: #DBC9FA; }
a { background-color: rgb(219,201,250); }
div.DivClassName
{
background-color: #DBC9FA;
}
.BgClassName
{
background-color: #DBC9FA;
}
</style>
border-color css
<style>
span { border-color: #DBC9FA; }
span { border-color: rgb(219,201,250); }
td.TdClassName
{
border-color: #DBC9FA;
}
.TagClassName
{
border-color: #DBC9FA;
}
</style>