Shades of Spanish White #DBCFBA
Tints of Spanish White #DBCFBA
RGB
CMYK
RGB Variations
Color information
#DBCFBA (or 0xDBCFBA) is known color: Spanish White. HEX triplet: DB, CF and BA. RGB value is (219,207,186). Sum of RGB (Red+Green+Blue) = 219+207+186=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCFBA is #243045. Grayscale: #D0D0D0. Windows color (decimal): -2371654 or 12242907. OLE color: 12242907.
HSL color Cylindrical-coordinate representation of color #DBCFBA: hue angle of 38.18º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBCFBA is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 186 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.14 |
| HSL | 38.18º | 0.31% | 0.79% | - |
| HSV(B) | 38.18º | 0.15% | 0.86% | - |
| XYZ | 60.39 | 63.23 | 55.48 | - |
| YUV | 208.19 | 115.48 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 186 | 0 | 0.05 | 0.15 | 0.14 | 38.18 | 0.31 | 0.79 |
| Hex | DB | CF | BA | 0 | 5 | F | E | 26 | 1F | 4F |
| Octal | 333 | 317 | 272 | 0 | 5 | 17 | 16 | 46 | 37 | 117 |
| Binary | 11011011 | 11001111 | 10111010 | 0 | 101 | 1111 | 1110 | 100110 | 11111 | 1001111 |
Color Harmonies of #DBCFBA
Complementary color
Monochromatic Colors of #DBCFBA
Black with #DBCFBA
Text Example
Text Example
White with #DBCFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFBA; }
p { color: rgb(219,207,186); }
H1.HeaderClassName
{
color: #DBCFBA;
}
.AnyTagClassName
{
color: #DBCFBA;
}
</style>
background-color css
<style>
a { background-color: #DBCFBA; }
a { background-color: rgb(219,207,186); }
div.DivClassName
{
background-color: #DBCFBA;
}
.BgClassName
{
background-color: #DBCFBA;
}
</style>
border-color css
<style>
span { border-color: #DBCFBA; }
span { border-color: rgb(219,207,186); }
td.TdClassName
{
border-color: #DBCFBA;
}
.TagClassName
{
border-color: #DBCFBA;
}
</style>