Shades of Spanish White #DBCDB8
Tints of Spanish White #DBCDB8
RGB
CMYK
RGB Variations
Color information
#DBCDB8 (or 0xDBCDB8) is known color: Spanish White. HEX triplet: DB, CD and B8. RGB value is (219,205,184). Sum of RGB (Red+Green+Blue) = 219+205+184=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 184 (72.27% from 255 or 30.26% from 608); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDB8 is #243247. Grayscale: #CECECE. Windows color (decimal): -2372168 or 12111323. OLE color: 12111323.
HSL color Cylindrical-coordinate representation of color #DBCDB8: hue angle of 36º degrees, saturation: 0.33, 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 #DBCDB8 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 184 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.14 |
| HSL | 36º | 0.33% | 0.79% | - |
| HSV(B) | 36º | 0.16% | 0.86% | - |
| XYZ | 59.7 | 62.18 | 54.2 | - |
| YUV | 206.79 | 115.14 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 184 | 0 | 0.06 | 0.16 | 0.14 | 36 | 0.33 | 0.79 |
| Hex | DB | CD | B8 | 0 | 6 | 10 | E | 24 | 21 | 4F |
| Octal | 333 | 315 | 270 | 0 | 6 | 20 | 16 | 44 | 41 | 117 |
| Binary | 11011011 | 11001101 | 10111000 | 0 | 110 | 10000 | 1110 | 100100 | 100001 | 1001111 |
Color Harmonies of #DBCDB8
Complementary color
Monochromatic Colors of #DBCDB8
Black with #DBCDB8
Text Example
Text Example
White with #DBCDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDB8; }
p { color: rgb(219,205,184); }
H1.HeaderClassName
{
color: #DBCDB8;
}
.AnyTagClassName
{
color: #DBCDB8;
}
</style>
background-color css
<style>
a { background-color: #DBCDB8; }
a { background-color: rgb(219,205,184); }
div.DivClassName
{
background-color: #DBCDB8;
}
.BgClassName
{
background-color: #DBCDB8;
}
</style>
border-color css
<style>
span { border-color: #DBCDB8; }
span { border-color: rgb(219,205,184); }
td.TdClassName
{
border-color: #DBCDB8;
}
.TagClassName
{
border-color: #DBCDB8;
}
</style>