Shades of Fog #DBCCFB
Tints of Fog #DBCCFB
RGB
CMYK
RGB Variations
Color information
#DBCCFB (or 0xDBCCFB) is known color: Fog. HEX triplet: DB, CC and FB. RGB value is (219,204,251). Sum of RGB (Red+Green+Blue) = 219+204+251=674 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.49% from 674); Green value is 204 (80.08% from 255 or 30.27% from 674); Blue value is 251 (98.44% from 255 or 37.24% from 674); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBCCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCCFB is #243304. Grayscale: #D5D5D5. Windows color (decimal): -2372357 or 16501979. OLE color: 16501979.
HSL color Cylindrical-coordinate representation of color #DBCCFB: hue angle of 259.15º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBCCFB is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 204 | 251 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.02 |
| HSL | 259.15º | 0.85% | 0.89% | - |
| HSV(B) | 259.15º | 0.19% | 0.98% | - |
| XYZ | 68.22 | 65.21 | 100.26 | - |
| YUV | 213.84 | 148.97 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 251 | 0.13 | 0.19 | 0 | 0.02 | 259.15 | 0.85 | 0.89 |
| Hex | DB | CC | FB | D | 13 | 0 | 2 | 103 | 55 | 59 |
| Octal | 333 | 314 | 373 | 15 | 23 | 0 | 2 | 403 | 125 | 131 |
| Binary | 11011011 | 11001100 | 11111011 | 1101 | 10011 | 0 | 10 | 100000011 | 1010101 | 1011001 |
Color Harmonies of #DBCCFB
Complementary color
Monochromatic Colors of #DBCCFB
Black with #DBCCFB
Text Example
Text Example
White with #DBCCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCFB; }
p { color: rgb(219,204,251); }
H1.HeaderClassName
{
color: #DBCCFB;
}
.AnyTagClassName
{
color: #DBCCFB;
}
</style>
background-color css
<style>
a { background-color: #DBCCFB; }
a { background-color: rgb(219,204,251); }
div.DivClassName
{
background-color: #DBCCFB;
}
.BgClassName
{
background-color: #DBCCFB;
}
</style>
border-color css
<style>
span { border-color: #DBCCFB; }
span { border-color: rgb(219,204,251); }
td.TdClassName
{
border-color: #DBCCFB;
}
.TagClassName
{
border-color: #DBCCFB;
}
</style>