Shades of Fog #DBCBE9
Tints of Fog #DBCBE9
RGB
CMYK
RGB Variations
Color information
#DBCBE9 (or 0xDBCBE9) is known color: Fog. HEX triplet: DB, CB and E9. RGB value is (219,203,233). Sum of RGB (Red+Green+Blue) = 219+203+233=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 203 (79.69% from 255 or 30.99% from 655); Blue value is 233 (91.41% from 255 or 35.57% from 655); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBCBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCBE9 is #243416. Grayscale: #D3D3D3. Windows color (decimal): -2372631 or 15322075. OLE color: 15322075.
HSL color Cylindrical-coordinate representation of color #DBCBE9: hue angle of 272º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBCBE9 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 203 | 233 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.09 |
| HSL | 272º | 0.41% | 0.85% | - |
| HSV(B) | 272º | 0.13% | 0.91% | - |
| XYZ | 65.28 | 63.66 | 85.94 | - |
| YUV | 211.2 | 140.3 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 233 | 0.06 | 0.13 | 0 | 0.09 | 272 | 0.41 | 0.85 |
| Hex | DB | CB | E9 | 6 | D | 0 | 9 | 110 | 29 | 55 |
| Octal | 333 | 313 | 351 | 6 | 15 | 0 | 11 | 420 | 51 | 125 |
| Binary | 11011011 | 11001011 | 11101001 | 110 | 1101 | 0 | 1001 | 100010000 | 101001 | 1010101 |
Color Harmonies of #DBCBE9
Complementary color
Monochromatic Colors of #DBCBE9
Black with #DBCBE9
Text Example
Text Example
White with #DBCBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCBE9; }
p { color: rgb(219,203,233); }
H1.HeaderClassName
{
color: #DBCBE9;
}
.AnyTagClassName
{
color: #DBCBE9;
}
</style>
background-color css
<style>
a { background-color: #DBCBE9; }
a { background-color: rgb(219,203,233); }
div.DivClassName
{
background-color: #DBCBE9;
}
.BgClassName
{
background-color: #DBCBE9;
}
</style>
border-color css
<style>
span { border-color: #DBCBE9; }
span { border-color: rgb(219,203,233); }
td.TdClassName
{
border-color: #DBCBE9;
}
.TagClassName
{
border-color: #DBCBE9;
}
</style>