Shades of Spanish White #DBCDB4
Tints of Spanish White #DBCDB4
RGB
CMYK
RGB Variations
Color information
#DBCDB4 (or 0xDBCDB4) is known color: Spanish White. HEX triplet: DB, CD and B4. RGB value is (219,205,180). Sum of RGB (Red+Green+Blue) = 219+205+180=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 180 (70.70% from 255 or 29.80% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDB4 is #24324B. Grayscale: #CECECE. Windows color (decimal): -2372172 or 11849179. OLE color: 11849179.
HSL color Cylindrical-coordinate representation of color #DBCDB4: hue angle of 38.46º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBCDB4 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 180 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.14 |
| HSL | 38.46º | 0.35% | 0.78% | - |
| HSV(B) | 38.46º | 0.18% | 0.86% | - |
| XYZ | 59.28 | 62.02 | 52.03 | - |
| YUV | 206.34 | 113.14 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 180 | 0 | 0.06 | 0.18 | 0.14 | 38.46 | 0.35 | 0.78 |
| Hex | DB | CD | B4 | 0 | 6 | 12 | E | 26 | 23 | 4E |
| Octal | 333 | 315 | 264 | 0 | 6 | 22 | 16 | 46 | 43 | 116 |
| Binary | 11011011 | 11001101 | 10110100 | 0 | 110 | 10010 | 1110 | 100110 | 100011 | 1001110 |
Color Harmonies of #DBCDB4
Complementary color
Monochromatic Colors of #DBCDB4
Black with #DBCDB4
Text Example
Text Example
White with #DBCDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDB4; }
p { color: rgb(219,205,180); }
H1.HeaderClassName
{
color: #DBCDB4;
}
.AnyTagClassName
{
color: #DBCDB4;
}
</style>
background-color css
<style>
a { background-color: #DBCDB4; }
a { background-color: rgb(219,205,180); }
div.DivClassName
{
background-color: #DBCDB4;
}
.BgClassName
{
background-color: #DBCDB4;
}
</style>
border-color css
<style>
span { border-color: #DBCDB4; }
span { border-color: rgb(219,205,180); }
td.TdClassName
{
border-color: #DBCDB4;
}
.TagClassName
{
border-color: #DBCDB4;
}
</style>