Shades of Fog #DBCAFE
Tints of Fog #DBCAFE
RGB
CMYK
RGB Variations
Color information
#DBCAFE (or 0xDBCAFE) is known color: Fog. HEX triplet: DB, CA and FE. RGB value is (219,202,254). Sum of RGB (Red+Green+Blue) = 219+202+254=675 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.44% from 675); Green value is 202 (79.30% from 255 or 29.93% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBCAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCAFE is #243501. Grayscale: #D4D4D4. Windows color (decimal): -2372866 or 16698075. OLE color: 16698075.
HSL color Cylindrical-coordinate representation of color #DBCAFE: hue angle of 259.62º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBCAFE is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 202 | 254 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.00 |
| HSL | 259.62º | 0.96% | 0.89% | - |
| HSV(B) | 259.62º | 0.2% | 1% | - |
| XYZ | 68.22 | 64.46 | 102.61 | - |
| YUV | 213.01 | 151.13 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 254 | 0.14 | 0.20 | 0 | 0.00 | 259.62 | 0.96 | 0.89 |
| Hex | DB | CA | FE | E | 14 | 0 | 0 | 104 | 60 | 59 |
| Octal | 333 | 312 | 376 | 16 | 24 | 0 | 0 | 404 | 140 | 131 |
| Binary | 11011011 | 11001010 | 11111110 | 1110 | 10100 | 0 | 0 | 100000100 | 1100000 | 1011001 |
Color Harmonies of #DBCAFE
Complementary color
Monochromatic Colors of #DBCAFE
Black with #DBCAFE
Text Example
Text Example
White with #DBCAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAFE; }
p { color: rgb(219,202,254); }
H1.HeaderClassName
{
color: #DBCAFE;
}
.AnyTagClassName
{
color: #DBCAFE;
}
</style>
background-color css
<style>
a { background-color: #DBCAFE; }
a { background-color: rgb(219,202,254); }
div.DivClassName
{
background-color: #DBCAFE;
}
.BgClassName
{
background-color: #DBCAFE;
}
</style>
border-color css
<style>
span { border-color: #DBCAFE; }
span { border-color: rgb(219,202,254); }
td.TdClassName
{
border-color: #DBCAFE;
}
.TagClassName
{
border-color: #DBCAFE;
}
</style>