Shades of Fog #DBCDF8
Tints of Fog #DBCDF8
RGB
CMYK
RGB Variations
Color information
#DBCDF8 (or 0xDBCDF8) is known color: Fog. HEX triplet: DB, CD and F8. RGB value is (219,205,248). Sum of RGB (Red+Green+Blue) = 219+205+248=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 248 (97.27% from 255 or 36.90% from 672); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBCDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCDF8 is #243207. Grayscale: #D5D5D5. Windows color (decimal): -2372104 or 16305627. OLE color: 16305627.
HSL color Cylindrical-coordinate representation of color #DBCDF8: hue angle of 259.53º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBCDF8 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 205 | 248 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.03 |
| HSL | 259.53º | 0.75% | 0.89% | - |
| HSV(B) | 259.53º | 0.17% | 0.97% | - |
| XYZ | 67.99 | 65.5 | 97.87 | - |
| YUV | 214.09 | 147.14 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 248 | 0.12 | 0.17 | 0 | 0.03 | 259.53 | 0.75 | 0.89 |
| Hex | DB | CD | F8 | C | 11 | 0 | 3 | 104 | 4B | 59 |
| Octal | 333 | 315 | 370 | 14 | 21 | 0 | 3 | 404 | 113 | 131 |
| Binary | 11011011 | 11001101 | 11111000 | 1100 | 10001 | 0 | 11 | 100000100 | 1001011 | 1011001 |
Color Harmonies of #DBCDF8
Complementary color
Monochromatic Colors of #DBCDF8
Black with #DBCDF8
Text Example
Text Example
White with #DBCDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDF8; }
p { color: rgb(219,205,248); }
H1.HeaderClassName
{
color: #DBCDF8;
}
.AnyTagClassName
{
color: #DBCDF8;
}
</style>
background-color css
<style>
a { background-color: #DBCDF8; }
a { background-color: rgb(219,205,248); }
div.DivClassName
{
background-color: #DBCDF8;
}
.BgClassName
{
background-color: #DBCDF8;
}
</style>
border-color css
<style>
span { border-color: #DBCDF8; }
span { border-color: rgb(219,205,248); }
td.TdClassName
{
border-color: #DBCDF8;
}
.TagClassName
{
border-color: #DBCDF8;
}
</style>