Shades of Fog #DBCAFB
Tints of Fog #DBCAFB
RGB
CMYK
RGB Variations
Color information
#DBCAFB (or 0xDBCAFB) is known color: Fog. HEX triplet: DB, CA and FB. RGB value is (219,202,251). Sum of RGB (Red+Green+Blue) = 219+202+251=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 202 (79.30% from 255 or 30.06% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBCAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCAFB is #243504. Grayscale: #D4D4D4. Windows color (decimal): -2372869 or 16501467. OLE color: 16501467.
HSL color Cylindrical-coordinate representation of color #DBCAFB: hue angle of 260.82º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBCAFB is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 202 | 251 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.02 |
| HSL | 260.82º | 0.86% | 0.89% | - |
| HSV(B) | 260.82º | 0.2% | 0.98% | - |
| XYZ | 67.75 | 64.27 | 100.1 | - |
| YUV | 212.67 | 149.63 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 251 | 0.13 | 0.20 | 0 | 0.02 | 260.82 | 0.86 | 0.89 |
| Hex | DB | CA | FB | D | 14 | 0 | 2 | 105 | 56 | 59 |
| Octal | 333 | 312 | 373 | 15 | 24 | 0 | 2 | 405 | 126 | 131 |
| Binary | 11011011 | 11001010 | 11111011 | 1101 | 10100 | 0 | 10 | 100000101 | 1010110 | 1011001 |
Color Harmonies of #DBCAFB
Complementary color
Monochromatic Colors of #DBCAFB
Black with #DBCAFB
Text Example
Text Example
White with #DBCAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAFB; }
p { color: rgb(219,202,251); }
H1.HeaderClassName
{
color: #DBCAFB;
}
.AnyTagClassName
{
color: #DBCAFB;
}
</style>
background-color css
<style>
a { background-color: #DBCAFB; }
a { background-color: rgb(219,202,251); }
div.DivClassName
{
background-color: #DBCAFB;
}
.BgClassName
{
background-color: #DBCAFB;
}
</style>
border-color css
<style>
span { border-color: #DBCAFB; }
span { border-color: rgb(219,202,251); }
td.TdClassName
{
border-color: #DBCAFB;
}
.TagClassName
{
border-color: #DBCAFB;
}
</style>