Shades of Fog #DBCDF0
Tints of Fog #DBCDF0
RGB
CMYK
RGB Variations
Color information
#DBCDF0 (or 0xDBCDF0) is known color: Fog. HEX triplet: DB, CD and F0. RGB value is (219,205,240). Sum of RGB (Red+Green+Blue) = 219+205+240=664 (87% of max value = 765). Red value is 219 (85.94% from 255 or 32.98% from 664); Green value is 205 (80.47% from 255 or 30.87% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBCDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCDF0 is #24320F. Grayscale: #D5D5D5. Windows color (decimal): -2372112 or 15781339. OLE color: 15781339.
HSL color Cylindrical-coordinate representation of color #DBCDF0: hue angle of 264º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBCDF0 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 205 | 240 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.06 |
| HSL | 264º | 0.54% | 0.87% | - |
| HSV(B) | 264º | 0.15% | 0.94% | - |
| XYZ | 66.77 | 65.01 | 91.47 | - |
| YUV | 213.18 | 143.14 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 240 | 0.09 | 0.15 | 0 | 0.06 | 264 | 0.54 | 0.87 |
| Hex | DB | CD | F0 | 9 | F | 0 | 6 | 108 | 36 | 57 |
| Octal | 333 | 315 | 360 | 11 | 17 | 0 | 6 | 410 | 66 | 127 |
| Binary | 11011011 | 11001101 | 11110000 | 1001 | 1111 | 0 | 110 | 100001000 | 110110 | 1010111 |
Color Harmonies of #DBCDF0
Complementary color
Monochromatic Colors of #DBCDF0
Black with #DBCDF0
Text Example
Text Example
White with #DBCDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDF0; }
p { color: rgb(219,205,240); }
H1.HeaderClassName
{
color: #DBCDF0;
}
.AnyTagClassName
{
color: #DBCDF0;
}
</style>
background-color css
<style>
a { background-color: #DBCDF0; }
a { background-color: rgb(219,205,240); }
div.DivClassName
{
background-color: #DBCDF0;
}
.BgClassName
{
background-color: #DBCDF0;
}
</style>
border-color css
<style>
span { border-color: #DBCDF0; }
span { border-color: rgb(219,205,240); }
td.TdClassName
{
border-color: #DBCDF0;
}
.TagClassName
{
border-color: #DBCDF0;
}
</style>