Shades of Fog #DBC8FE
Tints of Fog #DBC8FE
RGB
CMYK
RGB Variations
Color information
#DBC8FE (or 0xDBC8FE) is known color: Fog. HEX triplet: DB, C8 and FE. RGB value is (219,200,254). Sum of RGB (Red+Green+Blue) = 219+200+254=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 200 (78.52% from 255 or 29.72% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBC8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC8FE is #243701. Grayscale: #D3D3D3. Windows color (decimal): -2373378 or 16697563. OLE color: 16697563.
HSL color Cylindrical-coordinate representation of color #DBC8FE: hue angle of 261.11º 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 #DBC8FE is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 200 | 254 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.00 |
| HSL | 261.11º | 0.96% | 0.89% | - |
| HSV(B) | 261.11º | 0.21% | 1% | - |
| XYZ | 67.76 | 63.52 | 102.46 | - |
| YUV | 211.84 | 151.79 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 254 | 0.14 | 0.21 | 0 | 0.00 | 261.11 | 0.96 | 0.89 |
| Hex | DB | C8 | FE | E | 15 | 0 | 0 | 105 | 60 | 59 |
| Octal | 333 | 310 | 376 | 16 | 25 | 0 | 0 | 405 | 140 | 131 |
| Binary | 11011011 | 11001000 | 11111110 | 1110 | 10101 | 0 | 0 | 100000101 | 1100000 | 1011001 |
Color Harmonies of #DBC8FE
Complementary color
Monochromatic Colors of #DBC8FE
Black with #DBC8FE
Text Example
Text Example
White with #DBC8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC8FE; }
p { color: rgb(219,200,254); }
H1.HeaderClassName
{
color: #DBC8FE;
}
.AnyTagClassName
{
color: #DBC8FE;
}
</style>
background-color css
<style>
a { background-color: #DBC8FE; }
a { background-color: rgb(219,200,254); }
div.DivClassName
{
background-color: #DBC8FE;
}
.BgClassName
{
background-color: #DBC8FE;
}
</style>
border-color css
<style>
span { border-color: #DBC8FE; }
span { border-color: rgb(219,200,254); }
td.TdClassName
{
border-color: #DBC8FE;
}
.TagClassName
{
border-color: #DBC8FE;
}
</style>