Shades of Fog #DBC9FE
Tints of Fog #DBC9FE
RGB
CMYK
RGB Variations
Color information
#DBC9FE (or 0xDBC9FE) is known color: Fog. HEX triplet: DB, C9 and FE. RGB value is (219,201,254). Sum of RGB (Red+Green+Blue) = 219+201+254=674 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.49% from 674); Green value is 201 (78.91% from 255 or 29.82% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBC9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC9FE is #243601. Grayscale: #D4D4D4. Windows color (decimal): -2373122 or 16697819. OLE color: 16697819.
HSL color Cylindrical-coordinate representation of color #DBC9FE: hue angle of 260.38º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBC9FE is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 201 | 254 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.00 |
| HSL | 260.38º | 0.96% | 0.89% | - |
| HSV(B) | 260.38º | 0.21% | 1% | - |
| XYZ | 67.99 | 63.99 | 102.53 | - |
| YUV | 212.42 | 151.46 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 254 | 0.14 | 0.21 | 0 | 0.00 | 260.38 | 0.96 | 0.89 |
| Hex | DB | C9 | FE | E | 15 | 0 | 0 | 104 | 60 | 59 |
| Octal | 333 | 311 | 376 | 16 | 25 | 0 | 0 | 404 | 140 | 131 |
| Binary | 11011011 | 11001001 | 11111110 | 1110 | 10101 | 0 | 0 | 100000100 | 1100000 | 1011001 |
Color Harmonies of #DBC9FE
Complementary color
Monochromatic Colors of #DBC9FE
Black with #DBC9FE
Text Example
Text Example
White with #DBC9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC9FE; }
p { color: rgb(219,201,254); }
H1.HeaderClassName
{
color: #DBC9FE;
}
.AnyTagClassName
{
color: #DBC9FE;
}
</style>
background-color css
<style>
a { background-color: #DBC9FE; }
a { background-color: rgb(219,201,254); }
div.DivClassName
{
background-color: #DBC9FE;
}
.BgClassName
{
background-color: #DBC9FE;
}
</style>
border-color css
<style>
span { border-color: #DBC9FE; }
span { border-color: rgb(219,201,254); }
td.TdClassName
{
border-color: #DBC9FE;
}
.TagClassName
{
border-color: #DBC9FE;
}
</style>