Shades of Fog #DBCEF6
Tints of Fog #DBCEF6
RGB
CMYK
RGB Variations
Color information
#DBCEF6 (or 0xDBCEF6) is known color: Fog. HEX triplet: DB, CE and F6. RGB value is (219,206,246). Sum of RGB (Red+Green+Blue) = 219+206+246=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 206 (80.86% from 255 or 30.70% from 671); Blue value is 246 (96.48% from 255 or 36.66% from 671); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBCEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCEF6 is #243109. Grayscale: #D6D6D6. Windows color (decimal): -2371850 or 16174811. OLE color: 16174811.
HSL color Cylindrical-coordinate representation of color #DBCEF6: hue angle of 259.5º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBCEF6 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 206 | 246 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.04 |
| HSL | 259.5º | 0.69% | 0.89% | - |
| HSV(B) | 259.5º | 0.16% | 0.96% | - |
| XYZ | 67.92 | 65.86 | 96.32 | - |
| YUV | 214.45 | 145.81 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 246 | 0.11 | 0.16 | 0 | 0.04 | 259.5 | 0.69 | 0.89 |
| Hex | DB | CE | F6 | B | 10 | 0 | 4 | 104 | 45 | 59 |
| Octal | 333 | 316 | 366 | 13 | 20 | 0 | 4 | 404 | 105 | 131 |
| Binary | 11011011 | 11001110 | 11110110 | 1011 | 10000 | 0 | 100 | 100000100 | 1000101 | 1011001 |
Color Harmonies of #DBCEF6
Complementary color
Monochromatic Colors of #DBCEF6
Black with #DBCEF6
Text Example
Text Example
White with #DBCEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCEF6; }
p { color: rgb(219,206,246); }
H1.HeaderClassName
{
color: #DBCEF6;
}
.AnyTagClassName
{
color: #DBCEF6;
}
</style>
background-color css
<style>
a { background-color: #DBCEF6; }
a { background-color: rgb(219,206,246); }
div.DivClassName
{
background-color: #DBCEF6;
}
.BgClassName
{
background-color: #DBCEF6;
}
</style>
border-color css
<style>
span { border-color: #DBCEF6; }
span { border-color: rgb(219,206,246); }
td.TdClassName
{
border-color: #DBCEF6;
}
.TagClassName
{
border-color: #DBCEF6;
}
</style>