Shades of Fog #DBCAF8
Tints of Fog #DBCAF8
RGB
CMYK
RGB Variations
Color information
#DBCAF8 (or 0xDBCAF8) is known color: Fog. HEX triplet: DB, CA and F8. RGB value is (219,202,248). Sum of RGB (Red+Green+Blue) = 219+202+248=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 248 (97.27% from 255 or 37.07% from 669); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBCAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCAF8 is #243507. Grayscale: #D4D4D4. Windows color (decimal): -2372872 or 16304859. OLE color: 16304859.
HSL color Cylindrical-coordinate representation of color #DBCAF8: hue angle of 262.17º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBCAF8 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 202 | 248 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.03 |
| HSL | 262.17º | 0.77% | 0.88% | - |
| HSV(B) | 262.17º | 0.19% | 0.97% | - |
| XYZ | 67.28 | 64.08 | 97.63 | - |
| YUV | 212.33 | 148.13 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 248 | 0.12 | 0.19 | 0 | 0.03 | 262.17 | 0.77 | 0.88 |
| Hex | DB | CA | F8 | C | 13 | 0 | 3 | 106 | 4D | 58 |
| Octal | 333 | 312 | 370 | 14 | 23 | 0 | 3 | 406 | 115 | 130 |
| Binary | 11011011 | 11001010 | 11111000 | 1100 | 10011 | 0 | 11 | 100000110 | 1001101 | 1011000 |
Color Harmonies of #DBCAF8
Complementary color
Monochromatic Colors of #DBCAF8
Black with #DBCAF8
Text Example
Text Example
White with #DBCAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAF8; }
p { color: rgb(219,202,248); }
H1.HeaderClassName
{
color: #DBCAF8;
}
.AnyTagClassName
{
color: #DBCAF8;
}
</style>
background-color css
<style>
a { background-color: #DBCAF8; }
a { background-color: rgb(219,202,248); }
div.DivClassName
{
background-color: #DBCAF8;
}
.BgClassName
{
background-color: #DBCAF8;
}
</style>
border-color css
<style>
span { border-color: #DBCAF8; }
span { border-color: rgb(219,202,248); }
td.TdClassName
{
border-color: #DBCAF8;
}
.TagClassName
{
border-color: #DBCAF8;
}
</style>