Shades of Fog #DBCCFA
Tints of Fog #DBCCFA
RGB
CMYK
RGB Variations
Color information
#DBCCFA (or 0xDBCCFA) is known color: Fog. HEX triplet: DB, CC and FA. RGB value is (219,204,250). Sum of RGB (Red+Green+Blue) = 219+204+250=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 204 (80.08% from 255 or 30.31% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBCCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCCFA is #243305. Grayscale: #D5D5D5. Windows color (decimal): -2372358 or 16436443. OLE color: 16436443.
HSL color Cylindrical-coordinate representation of color #DBCCFA: hue angle of 259.57º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBCCFA is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 204 | 250 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.02 |
| HSL | 259.57º | 0.82% | 0.89% | - |
| HSV(B) | 259.57º | 0.18% | 0.98% | - |
| XYZ | 68.06 | 65.15 | 99.43 | - |
| YUV | 213.73 | 148.47 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 250 | 0.12 | 0.18 | 0 | 0.02 | 259.57 | 0.82 | 0.89 |
| Hex | DB | CC | FA | C | 12 | 0 | 2 | 104 | 52 | 59 |
| Octal | 333 | 314 | 372 | 14 | 22 | 0 | 2 | 404 | 122 | 131 |
| Binary | 11011011 | 11001100 | 11111010 | 1100 | 10010 | 0 | 10 | 100000100 | 1010010 | 1011001 |
Color Harmonies of #DBCCFA
Complementary color
Monochromatic Colors of #DBCCFA
Black with #DBCCFA
Text Example
Text Example
White with #DBCCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCFA; }
p { color: rgb(219,204,250); }
H1.HeaderClassName
{
color: #DBCCFA;
}
.AnyTagClassName
{
color: #DBCCFA;
}
</style>
background-color css
<style>
a { background-color: #DBCCFA; }
a { background-color: rgb(219,204,250); }
div.DivClassName
{
background-color: #DBCCFA;
}
.BgClassName
{
background-color: #DBCCFA;
}
</style>
border-color css
<style>
span { border-color: #DBCCFA; }
span { border-color: rgb(219,204,250); }
td.TdClassName
{
border-color: #DBCCFA;
}
.TagClassName
{
border-color: #DBCCFA;
}
</style>