Shades of Blanc #DBCFBF
Tints of Blanc #DBCFBF
RGB
CMYK
RGB Variations
Color information
#DBCFBF (or 0xDBCFBF) is known color: Blanc. HEX triplet: DB, CF and BF. RGB value is (219,207,191). Sum of RGB (Red+Green+Blue) = 219+207+191=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 191 (75% from 255 or 30.96% from 617); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCFBF is #243040. Grayscale: #D0D0D0. Windows color (decimal): -2371649 or 12570587. OLE color: 12570587.
HSL color Cylindrical-coordinate representation of color #DBCFBF: hue angle of 34.29º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBCFBF is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 191 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.14 |
| HSL | 34.29º | 0.28% | 0.8% | - |
| HSV(B) | 34.29º | 0.13% | 0.86% | - |
| XYZ | 60.93 | 63.45 | 58.33 | - |
| YUV | 208.76 | 117.98 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 191 | 0 | 0.05 | 0.13 | 0.14 | 34.29 | 0.28 | 0.8 |
| Hex | DB | CF | BF | 0 | 5 | D | E | 22 | 1C | 50 |
| Octal | 333 | 317 | 277 | 0 | 5 | 15 | 16 | 42 | 34 | 120 |
| Binary | 11011011 | 11001111 | 10111111 | 0 | 101 | 1101 | 1110 | 100010 | 11100 | 1010000 |
Color Harmonies of #DBCFBF
Complementary color
Monochromatic Colors of #DBCFBF
Black with #DBCFBF
Text Example
Text Example
White with #DBCFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFBF; }
p { color: rgb(219,207,191); }
H1.HeaderClassName
{
color: #DBCFBF;
}
.AnyTagClassName
{
color: #DBCFBF;
}
</style>
background-color css
<style>
a { background-color: #DBCFBF; }
a { background-color: rgb(219,207,191); }
div.DivClassName
{
background-color: #DBCFBF;
}
.BgClassName
{
background-color: #DBCFBF;
}
</style>
border-color css
<style>
span { border-color: #DBCFBF; }
span { border-color: rgb(219,207,191); }
td.TdClassName
{
border-color: #DBCFBF;
}
.TagClassName
{
border-color: #DBCFBF;
}
</style>