Shades of Fog #DBC8FF
Tints of Fog #DBC8FF
RGB
CMYK
RGB Variations
Color information
#DBC8FF (or 0xDBC8FF) is known color: Fog. HEX triplet: DB, C8 and FF. RGB value is (219,200,255). Sum of RGB (Red+Green+Blue) = 219+200+255=674 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.49% from 674); Green value is 200 (78.52% from 255 or 29.67% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBC8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC8FF is #243700. Grayscale: #D3D3D3. Windows color (decimal): -2373377 or 16763099. OLE color: 16763099.
HSL color Cylindrical-coordinate representation of color #DBC8FF: hue angle of 260.73º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBC8FF is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 200 | 255 | - |
| CMYK | 0.14 | 0.22 | 0 | 0 |
| HSL | 260.73º | 1% | 0.89% | - |
| HSV(B) | 260.73º | 0.22% | 1% | - |
| XYZ | 67.92 | 63.59 | 103.3 | - |
| YUV | 211.95 | 152.29 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 255 | 0.14 | 0.22 | 0 | 0 | 260.73 | 1 | 0.89 |
| Hex | DB | C8 | FF | E | 16 | 0 | 0 | 105 | 64 | 59 |
| Octal | 333 | 310 | 377 | 16 | 26 | 0 | 0 | 405 | 144 | 131 |
| Binary | 11011011 | 11001000 | 11111111 | 1110 | 10110 | 0 | 0 | 100000101 | 1100100 | 1011001 |
Color Harmonies of #DBC8FF
Complementary color
Monochromatic Colors of #DBC8FF
Black with #DBC8FF
Text Example
Text Example
White with #DBC8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC8FF; }
p { color: rgb(219,200,255); }
H1.HeaderClassName
{
color: #DBC8FF;
}
.AnyTagClassName
{
color: #DBC8FF;
}
</style>
background-color css
<style>
a { background-color: #DBC8FF; }
a { background-color: rgb(219,200,255); }
div.DivClassName
{
background-color: #DBC8FF;
}
.BgClassName
{
background-color: #DBC8FF;
}
</style>
border-color css
<style>
span { border-color: #DBC8FF; }
span { border-color: rgb(219,200,255); }
td.TdClassName
{
border-color: #DBC8FF;
}
.TagClassName
{
border-color: #DBC8FF;
}
</style>