Shades of Fog #DBCDFB
Tints of Fog #DBCDFB
RGB
CMYK
RGB Variations
Color information
#DBCDFB (or 0xDBCDFB) is known color: Fog. HEX triplet: DB, CD and FB. RGB value is (219,205,251). Sum of RGB (Red+Green+Blue) = 219+205+251=675 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.44% from 675); Green value is 205 (80.47% from 255 or 30.37% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBCDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCDFB is #243204. Grayscale: #D6D6D6. Windows color (decimal): -2372101 or 16502235. OLE color: 16502235.
HSL color Cylindrical-coordinate representation of color #DBCDFB: hue angle of 258.26º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBCDFB is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 205 | 251 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.02 |
| HSL | 258.26º | 0.85% | 0.89% | - |
| HSV(B) | 258.26º | 0.18% | 0.98% | - |
| XYZ | 68.46 | 65.69 | 100.34 | - |
| YUV | 214.43 | 148.64 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 251 | 0.13 | 0.18 | 0 | 0.02 | 258.26 | 0.85 | 0.89 |
| Hex | DB | CD | FB | D | 12 | 0 | 2 | 102 | 55 | 59 |
| Octal | 333 | 315 | 373 | 15 | 22 | 0 | 2 | 402 | 125 | 131 |
| Binary | 11011011 | 11001101 | 11111011 | 1101 | 10010 | 0 | 10 | 100000010 | 1010101 | 1011001 |
Color Harmonies of #DBCDFB
Complementary color
Monochromatic Colors of #DBCDFB
Black with #DBCDFB
Text Example
Text Example
White with #DBCDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDFB; }
p { color: rgb(219,205,251); }
H1.HeaderClassName
{
color: #DBCDFB;
}
.AnyTagClassName
{
color: #DBCDFB;
}
</style>
background-color css
<style>
a { background-color: #DBCDFB; }
a { background-color: rgb(219,205,251); }
div.DivClassName
{
background-color: #DBCDFB;
}
.BgClassName
{
background-color: #DBCDFB;
}
</style>
border-color css
<style>
span { border-color: #DBCDFB; }
span { border-color: rgb(219,205,251); }
td.TdClassName
{
border-color: #DBCDFB;
}
.TagClassName
{
border-color: #DBCDFB;
}
</style>