Shades of Fog #DBCDF4
Tints of Fog #DBCDF4
RGB
CMYK
RGB Variations
Color information
#DBCDF4 (or 0xDBCDF4) is known color: Fog. HEX triplet: DB, CD and F4. RGB value is (219,205,244). Sum of RGB (Red+Green+Blue) = 219+205+244=668 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.78% from 668); Green value is 205 (80.47% from 255 or 30.69% from 668); Blue value is 244 (95.70% from 255 or 36.53% from 668); Max value from RGB is 244 - color contains mainly: blue. Hex color #DBCDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCDF4 is #24320B. Grayscale: #D5D5D5. Windows color (decimal): -2372108 or 16043483. OLE color: 16043483.
HSL color Cylindrical-coordinate representation of color #DBCDF4: hue angle of 261.54º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBCDF4 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 205 | 244 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.04 |
| HSL | 261.54º | 0.64% | 0.88% | - |
| HSV(B) | 261.54º | 0.16% | 0.96% | - |
| XYZ | 67.37 | 65.25 | 94.63 | - |
| YUV | 213.63 | 145.14 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 244 | 0.10 | 0.16 | 0 | 0.04 | 261.54 | 0.64 | 0.88 |
| Hex | DB | CD | F4 | A | 10 | 0 | 4 | 106 | 40 | 58 |
| Octal | 333 | 315 | 364 | 12 | 20 | 0 | 4 | 406 | 100 | 130 |
| Binary | 11011011 | 11001101 | 11110100 | 1010 | 10000 | 0 | 100 | 100000110 | 1000000 | 1011000 |
Color Harmonies of #DBCDF4
Complementary color
Monochromatic Colors of #DBCDF4
Black with #DBCDF4
Text Example
Text Example
White with #DBCDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDF4; }
p { color: rgb(219,205,244); }
H1.HeaderClassName
{
color: #DBCDF4;
}
.AnyTagClassName
{
color: #DBCDF4;
}
</style>
background-color css
<style>
a { background-color: #DBCDF4; }
a { background-color: rgb(219,205,244); }
div.DivClassName
{
background-color: #DBCDF4;
}
.BgClassName
{
background-color: #DBCDF4;
}
</style>
border-color css
<style>
span { border-color: #DBCDF4; }
span { border-color: rgb(219,205,244); }
td.TdClassName
{
border-color: #DBCDF4;
}
.TagClassName
{
border-color: #DBCDF4;
}
</style>