Shades of Fog #DBCAF9
Tints of Fog #DBCAF9
RGB
CMYK
RGB Variations
Color information
#DBCAF9 (or 0xDBCAF9) is known color: Fog. HEX triplet: DB, CA and F9. RGB value is (219,202,249). Sum of RGB (Red+Green+Blue) = 219+202+249=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 202 (79.30% from 255 or 30.15% from 670); Blue value is 249 (97.66% from 255 or 37.16% from 670); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBCAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCAF9 is #243506. Grayscale: #D4D4D4. Windows color (decimal): -2372871 or 16370395. OLE color: 16370395.
HSL color Cylindrical-coordinate representation of color #DBCAF9: hue angle of 261.7º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBCAF9 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 202 | 249 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.02 |
| HSL | 261.7º | 0.8% | 0.88% | - |
| HSV(B) | 261.7º | 0.19% | 0.98% | - |
| XYZ | 67.43 | 64.14 | 98.45 | - |
| YUV | 212.44 | 148.63 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 249 | 0.12 | 0.19 | 0 | 0.02 | 261.7 | 0.8 | 0.88 |
| Hex | DB | CA | F9 | C | 13 | 0 | 2 | 106 | 50 | 58 |
| Octal | 333 | 312 | 371 | 14 | 23 | 0 | 2 | 406 | 120 | 130 |
| Binary | 11011011 | 11001010 | 11111001 | 1100 | 10011 | 0 | 10 | 100000110 | 1010000 | 1011000 |
Color Harmonies of #DBCAF9
Complementary color
Monochromatic Colors of #DBCAF9
Black with #DBCAF9
Text Example
Text Example
White with #DBCAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAF9; }
p { color: rgb(219,202,249); }
H1.HeaderClassName
{
color: #DBCAF9;
}
.AnyTagClassName
{
color: #DBCAF9;
}
</style>
background-color css
<style>
a { background-color: #DBCAF9; }
a { background-color: rgb(219,202,249); }
div.DivClassName
{
background-color: #DBCAF9;
}
.BgClassName
{
background-color: #DBCAF9;
}
</style>
border-color css
<style>
span { border-color: #DBCAF9; }
span { border-color: rgb(219,202,249); }
td.TdClassName
{
border-color: #DBCAF9;
}
.TagClassName
{
border-color: #DBCAF9;
}
</style>