Shades of Spanish White #DBCBB2
Tints of Spanish White #DBCBB2
RGB
CMYK
RGB Variations
Color information
#DBCBB2 (or 0xDBCBB2) is known color: Spanish White. HEX triplet: DB, CB and B2. RGB value is (219,203,178). Sum of RGB (Red+Green+Blue) = 219+203+178=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 178 (69.92% from 255 or 29.67% from 600); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCBB2 is #24344D. Grayscale: #CDCDCD. Windows color (decimal): -2372686 or 11717595. OLE color: 11717595.
HSL color Cylindrical-coordinate representation of color #DBCBB2: hue angle of 36.59º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBCBB2 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 178 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.14 |
| HSL | 36.59º | 0.36% | 0.78% | - |
| HSV(B) | 36.59º | 0.19% | 0.86% | - |
| XYZ | 58.61 | 60.99 | 50.8 | - |
| YUV | 204.93 | 112.8 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 178 | 0 | 0.07 | 0.19 | 0.14 | 36.59 | 0.36 | 0.78 |
| Hex | DB | CB | B2 | 0 | 7 | 13 | E | 25 | 24 | 4E |
| Octal | 333 | 313 | 262 | 0 | 7 | 23 | 16 | 45 | 44 | 116 |
| Binary | 11011011 | 11001011 | 10110010 | 0 | 111 | 10011 | 1110 | 100101 | 100100 | 1001110 |
Color Harmonies of #DBCBB2
Complementary color
Monochromatic Colors of #DBCBB2
Black with #DBCBB2
Text Example
Text Example
White with #DBCBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCBB2; }
p { color: rgb(219,203,178); }
H1.HeaderClassName
{
color: #DBCBB2;
}
.AnyTagClassName
{
color: #DBCBB2;
}
</style>
background-color css
<style>
a { background-color: #DBCBB2; }
a { background-color: rgb(219,203,178); }
div.DivClassName
{
background-color: #DBCBB2;
}
.BgClassName
{
background-color: #DBCBB2;
}
</style>
border-color css
<style>
span { border-color: #DBCBB2; }
span { border-color: rgb(219,203,178); }
td.TdClassName
{
border-color: #DBCBB2;
}
.TagClassName
{
border-color: #DBCBB2;
}
</style>