Shades of Fog #DBCDF2
Tints of Fog #DBCDF2
RGB
CMYK
RGB Variations
Color information
#DBCDF2 (or 0xDBCDF2) is known color: Fog. HEX triplet: DB, CD and F2. RGB value is (219,205,242). Sum of RGB (Red+Green+Blue) = 219+205+242=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 205 (80.47% from 255 or 30.78% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBCDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCDF2 is #24320D. Grayscale: #D5D5D5. Windows color (decimal): -2372110 or 15912411. OLE color: 15912411.
HSL color Cylindrical-coordinate representation of color #DBCDF2: hue angle of 262.7º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBCDF2 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 205 | 242 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.05 |
| HSL | 262.7º | 0.59% | 0.88% | - |
| HSV(B) | 262.7º | 0.15% | 0.95% | - |
| XYZ | 67.07 | 65.13 | 93.04 | - |
| YUV | 213.4 | 144.14 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 242 | 0.10 | 0.15 | 0 | 0.05 | 262.7 | 0.59 | 0.88 |
| Hex | DB | CD | F2 | A | F | 0 | 5 | 107 | 3B | 58 |
| Octal | 333 | 315 | 362 | 12 | 17 | 0 | 5 | 407 | 73 | 130 |
| Binary | 11011011 | 11001101 | 11110010 | 1010 | 1111 | 0 | 101 | 100000111 | 111011 | 1011000 |
Color Harmonies of #DBCDF2
Complementary color
Monochromatic Colors of #DBCDF2
Black with #DBCDF2
Text Example
Text Example
White with #DBCDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDF2; }
p { color: rgb(219,205,242); }
H1.HeaderClassName
{
color: #DBCDF2;
}
.AnyTagClassName
{
color: #DBCDF2;
}
</style>
background-color css
<style>
a { background-color: #DBCDF2; }
a { background-color: rgb(219,205,242); }
div.DivClassName
{
background-color: #DBCDF2;
}
.BgClassName
{
background-color: #DBCDF2;
}
</style>
border-color css
<style>
span { border-color: #DBCDF2; }
span { border-color: rgb(219,205,242); }
td.TdClassName
{
border-color: #DBCDF2;
}
.TagClassName
{
border-color: #DBCDF2;
}
</style>