Shades of Blanc #DBCFBB
Tints of Blanc #DBCFBB
RGB
CMYK
RGB Variations
Color information
#DBCFBB (or 0xDBCFBB) is known color: Blanc. HEX triplet: DB, CF and BB. RGB value is (219,207,187). Sum of RGB (Red+Green+Blue) = 219+207+187=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCFBB is #243044. Grayscale: #D0D0D0. Windows color (decimal): -2371653 or 12308443. OLE color: 12308443.
HSL color Cylindrical-coordinate representation of color #DBCFBB: hue angle of 37.5º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBCFBB is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 187 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.14 |
| HSL | 37.5º | 0.31% | 0.8% | - |
| HSV(B) | 37.5º | 0.15% | 0.86% | - |
| XYZ | 60.5 | 63.27 | 56.04 | - |
| YUV | 208.31 | 115.98 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 187 | 0 | 0.05 | 0.15 | 0.14 | 37.5 | 0.31 | 0.8 |
| Hex | DB | CF | BB | 0 | 5 | F | E | 26 | 1F | 50 |
| Octal | 333 | 317 | 273 | 0 | 5 | 17 | 16 | 46 | 37 | 120 |
| Binary | 11011011 | 11001111 | 10111011 | 0 | 101 | 1111 | 1110 | 100110 | 11111 | 1010000 |
Color Harmonies of #DBCFBB
Complementary color
Monochromatic Colors of #DBCFBB
Black with #DBCFBB
Text Example
Text Example
White with #DBCFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFBB; }
p { color: rgb(219,207,187); }
H1.HeaderClassName
{
color: #DBCFBB;
}
.AnyTagClassName
{
color: #DBCFBB;
}
</style>
background-color css
<style>
a { background-color: #DBCFBB; }
a { background-color: rgb(219,207,187); }
div.DivClassName
{
background-color: #DBCFBB;
}
.BgClassName
{
background-color: #DBCFBB;
}
</style>
border-color css
<style>
span { border-color: #DBCFBB; }
span { border-color: rgb(219,207,187); }
td.TdClassName
{
border-color: #DBCFBB;
}
.TagClassName
{
border-color: #DBCFBB;
}
</style>