Shades of Fog #DBCAFC
Tints of Fog #DBCAFC
RGB
CMYK
RGB Variations
Color information
#DBCAFC (or 0xDBCAFC) is known color: Fog. HEX triplet: DB, CA and FC. RGB value is (219,202,252). Sum of RGB (Red+Green+Blue) = 219+202+252=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 202 (79.30% from 255 or 30.01% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBCAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCAFC is #243503. Grayscale: #D4D4D4. Windows color (decimal): -2372868 or 16567003. OLE color: 16567003.
HSL color Cylindrical-coordinate representation of color #DBCAFC: hue angle of 260.4º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBCAFC is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 202 | 252 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.01 |
| HSL | 260.4º | 0.89% | 0.89% | - |
| HSV(B) | 260.4º | 0.2% | 0.99% | - |
| XYZ | 67.9 | 64.33 | 100.93 | - |
| YUV | 212.78 | 150.13 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 252 | 0.13 | 0.20 | 0 | 0.01 | 260.4 | 0.89 | 0.89 |
| Hex | DB | CA | FC | D | 14 | 0 | 1 | 104 | 59 | 59 |
| Octal | 333 | 312 | 374 | 15 | 24 | 0 | 1 | 404 | 131 | 131 |
| Binary | 11011011 | 11001010 | 11111100 | 1101 | 10100 | 0 | 1 | 100000100 | 1011001 | 1011001 |
Color Harmonies of #DBCAFC
Complementary color
Monochromatic Colors of #DBCAFC
Black with #DBCAFC
Text Example
Text Example
White with #DBCAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAFC; }
p { color: rgb(219,202,252); }
H1.HeaderClassName
{
color: #DBCAFC;
}
.AnyTagClassName
{
color: #DBCAFC;
}
</style>
background-color css
<style>
a { background-color: #DBCAFC; }
a { background-color: rgb(219,202,252); }
div.DivClassName
{
background-color: #DBCAFC;
}
.BgClassName
{
background-color: #DBCAFC;
}
</style>
border-color css
<style>
span { border-color: #DBCAFC; }
span { border-color: rgb(219,202,252); }
td.TdClassName
{
border-color: #DBCAFC;
}
.TagClassName
{
border-color: #DBCAFC;
}
</style>