Shades of Spanish White #DBCEB9
Tints of Spanish White #DBCEB9
RGB
CMYK
RGB Variations
Color information
#DBCEB9 (or 0xDBCEB9) is known color: Spanish White. HEX triplet: DB, CE and B9. RGB value is (219,206,185). Sum of RGB (Red+Green+Blue) = 219+206+185=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 185 (72.66% from 255 or 30.33% from 610); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCEB9 is #243146. Grayscale: #CFCFCF. Windows color (decimal): -2371911 or 12177115. OLE color: 12177115.
HSL color Cylindrical-coordinate representation of color #DBCEB9: hue angle of 37.06º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBCEB9 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 185 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.14 |
| HSL | 37.06º | 0.32% | 0.79% | - |
| HSV(B) | 37.06º | 0.16% | 0.86% | - |
| XYZ | 60.04 | 62.71 | 54.84 | - |
| YUV | 207.49 | 115.31 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 185 | 0 | 0.06 | 0.16 | 0.14 | 37.06 | 0.32 | 0.79 |
| Hex | DB | CE | B9 | 0 | 6 | 10 | E | 25 | 20 | 4F |
| Octal | 333 | 316 | 271 | 0 | 6 | 20 | 16 | 45 | 40 | 117 |
| Binary | 11011011 | 11001110 | 10111001 | 0 | 110 | 10000 | 1110 | 100101 | 100000 | 1001111 |
Color Harmonies of #DBCEB9
Complementary color
Monochromatic Colors of #DBCEB9
Black with #DBCEB9
Text Example
Text Example
White with #DBCEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCEB9; }
p { color: rgb(219,206,185); }
H1.HeaderClassName
{
color: #DBCEB9;
}
.AnyTagClassName
{
color: #DBCEB9;
}
</style>
background-color css
<style>
a { background-color: #DBCEB9; }
a { background-color: rgb(219,206,185); }
div.DivClassName
{
background-color: #DBCEB9;
}
.BgClassName
{
background-color: #DBCEB9;
}
</style>
border-color css
<style>
span { border-color: #DBCEB9; }
span { border-color: rgb(219,206,185); }
td.TdClassName
{
border-color: #DBCEB9;
}
.TagClassName
{
border-color: #DBCEB9;
}
</style>