Shades of Fog #DBCAFA
Tints of Fog #DBCAFA
RGB
CMYK
RGB Variations
Color information
#DBCAFA (or 0xDBCAFA) is known color: Fog. HEX triplet: DB, CA and FA. RGB value is (219,202,250). Sum of RGB (Red+Green+Blue) = 219+202+250=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 202 (79.30% from 255 or 30.10% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBCAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCAFA is #243505. Grayscale: #D4D4D4. Windows color (decimal): -2372870 or 16435931. OLE color: 16435931.
HSL color Cylindrical-coordinate representation of color #DBCAFA: hue angle of 261.25º degrees, saturation: 0.83, 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 #DBCAFA is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 202 | 250 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.02 |
| HSL | 261.25º | 0.83% | 0.89% | - |
| HSV(B) | 261.25º | 0.19% | 0.98% | - |
| XYZ | 67.59 | 64.2 | 99.27 | - |
| YUV | 212.56 | 149.13 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 250 | 0.12 | 0.19 | 0 | 0.02 | 261.25 | 0.83 | 0.89 |
| Hex | DB | CA | FA | C | 13 | 0 | 2 | 105 | 53 | 59 |
| Octal | 333 | 312 | 372 | 14 | 23 | 0 | 2 | 405 | 123 | 131 |
| Binary | 11011011 | 11001010 | 11111010 | 1100 | 10011 | 0 | 10 | 100000101 | 1010011 | 1011001 |
Color Harmonies of #DBCAFA
Complementary color
Monochromatic Colors of #DBCAFA
Black with #DBCAFA
Text Example
Text Example
White with #DBCAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAFA; }
p { color: rgb(219,202,250); }
H1.HeaderClassName
{
color: #DBCAFA;
}
.AnyTagClassName
{
color: #DBCAFA;
}
</style>
background-color css
<style>
a { background-color: #DBCAFA; }
a { background-color: rgb(219,202,250); }
div.DivClassName
{
background-color: #DBCAFA;
}
.BgClassName
{
background-color: #DBCAFA;
}
</style>
border-color css
<style>
span { border-color: #DBCAFA; }
span { border-color: rgb(219,202,250); }
td.TdClassName
{
border-color: #DBCAFA;
}
.TagClassName
{
border-color: #DBCAFA;
}
</style>