Shades of Fog #DBC9FD
Tints of Fog #DBC9FD
RGB
CMYK
RGB Variations
Color information
#DBC9FD (or 0xDBC9FD) is known color: Fog. HEX triplet: DB, C9 and FD. RGB value is (219,201,253). Sum of RGB (Red+Green+Blue) = 219+201+253=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 201 (78.91% from 255 or 29.87% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBC9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC9FD is #243602. Grayscale: #D4D4D4. Windows color (decimal): -2373123 or 16632283. OLE color: 16632283.
HSL color Cylindrical-coordinate representation of color #DBC9FD: hue angle of 260.77º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBC9FD is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 201 | 253 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.01 |
| HSL | 260.77º | 0.93% | 0.89% | - |
| HSV(B) | 260.77º | 0.21% | 0.99% | - |
| XYZ | 67.83 | 63.93 | 101.69 | - |
| YUV | 212.31 | 150.96 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 253 | 0.13 | 0.21 | 0 | 0.01 | 260.77 | 0.93 | 0.89 |
| Hex | DB | C9 | FD | D | 15 | 0 | 1 | 105 | 5D | 59 |
| Octal | 333 | 311 | 375 | 15 | 25 | 0 | 1 | 405 | 135 | 131 |
| Binary | 11011011 | 11001001 | 11111101 | 1101 | 10101 | 0 | 1 | 100000101 | 1011101 | 1011001 |
Color Harmonies of #DBC9FD
Complementary color
Monochromatic Colors of #DBC9FD
Black with #DBC9FD
Text Example
Text Example
White with #DBC9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC9FD; }
p { color: rgb(219,201,253); }
H1.HeaderClassName
{
color: #DBC9FD;
}
.AnyTagClassName
{
color: #DBC9FD;
}
</style>
background-color css
<style>
a { background-color: #DBC9FD; }
a { background-color: rgb(219,201,253); }
div.DivClassName
{
background-color: #DBC9FD;
}
.BgClassName
{
background-color: #DBC9FD;
}
</style>
border-color css
<style>
span { border-color: #DBC9FD; }
span { border-color: rgb(219,201,253); }
td.TdClassName
{
border-color: #DBC9FD;
}
.TagClassName
{
border-color: #DBC9FD;
}
</style>