Shades of Fog #DBCDF6
Tints of Fog #DBCDF6
RGB
CMYK
RGB Variations
Color information
#DBCDF6 (or 0xDBCDF6) is known color: Fog. HEX triplet: DB, CD and F6. RGB value is (219,205,246). Sum of RGB (Red+Green+Blue) = 219+205+246=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 205 (80.47% from 255 or 30.60% from 670); Blue value is 246 (96.48% from 255 or 36.72% from 670); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBCDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCDF6 is #243209. Grayscale: #D5D5D5. Windows color (decimal): -2372106 or 16174555. OLE color: 16174555.
HSL color Cylindrical-coordinate representation of color #DBCDF6: hue angle of 260.49º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBCDF6 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 205 | 246 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.04 |
| HSL | 260.49º | 0.69% | 0.88% | - |
| HSV(B) | 260.49º | 0.17% | 0.96% | - |
| XYZ | 67.68 | 65.38 | 96.24 | - |
| YUV | 213.86 | 146.14 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 246 | 0.11 | 0.17 | 0 | 0.04 | 260.49 | 0.69 | 0.88 |
| Hex | DB | CD | F6 | B | 11 | 0 | 4 | 104 | 45 | 58 |
| Octal | 333 | 315 | 366 | 13 | 21 | 0 | 4 | 404 | 105 | 130 |
| Binary | 11011011 | 11001101 | 11110110 | 1011 | 10001 | 0 | 100 | 100000100 | 1000101 | 1011000 |
Color Harmonies of #DBCDF6
Complementary color
Monochromatic Colors of #DBCDF6
Black with #DBCDF6
Text Example
Text Example
White with #DBCDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDF6; }
p { color: rgb(219,205,246); }
H1.HeaderClassName
{
color: #DBCDF6;
}
.AnyTagClassName
{
color: #DBCDF6;
}
</style>
background-color css
<style>
a { background-color: #DBCDF6; }
a { background-color: rgb(219,205,246); }
div.DivClassName
{
background-color: #DBCDF6;
}
.BgClassName
{
background-color: #DBCDF6;
}
</style>
border-color css
<style>
span { border-color: #DBCDF6; }
span { border-color: rgb(219,205,246); }
td.TdClassName
{
border-color: #DBCDF6;
}
.TagClassName
{
border-color: #DBCDF6;
}
</style>