Shades of Spanish White #DBCDB6
Tints of Spanish White #DBCDB6
RGB
CMYK
RGB Variations
Color information
#DBCDB6 (or 0xDBCDB6) is known color: Spanish White. HEX triplet: DB, CD and B6. RGB value is (219,205,182). Sum of RGB (Red+Green+Blue) = 219+205+182=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 182 (71.48% from 255 or 30.03% from 606); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDB6 is #243249. Grayscale: #CECECE. Windows color (decimal): -2372170 or 11980251. OLE color: 11980251.
HSL color Cylindrical-coordinate representation of color #DBCDB6: hue angle of 37.3º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBCDB6 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 182 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.14 |
| HSL | 37.3º | 0.34% | 0.79% | - |
| HSV(B) | 37.3º | 0.17% | 0.86% | - |
| XYZ | 59.49 | 62.1 | 53.11 | - |
| YUV | 206.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 182 | 0 | 0.06 | 0.17 | 0.14 | 37.3 | 0.34 | 0.79 |
| Hex | DB | CD | B6 | 0 | 6 | 11 | E | 25 | 22 | 4F |
| Octal | 333 | 315 | 266 | 0 | 6 | 21 | 16 | 45 | 42 | 117 |
| Binary | 11011011 | 11001101 | 10110110 | 0 | 110 | 10001 | 1110 | 100101 | 100010 | 1001111 |
Color Harmonies of #DBCDB6
Complementary color
Monochromatic Colors of #DBCDB6
Black with #DBCDB6
Text Example
Text Example
White with #DBCDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDB6; }
p { color: rgb(219,205,182); }
H1.HeaderClassName
{
color: #DBCDB6;
}
.AnyTagClassName
{
color: #DBCDB6;
}
</style>
background-color css
<style>
a { background-color: #DBCDB6; }
a { background-color: rgb(219,205,182); }
div.DivClassName
{
background-color: #DBCDB6;
}
.BgClassName
{
background-color: #DBCDB6;
}
</style>
border-color css
<style>
span { border-color: #DBCDB6; }
span { border-color: rgb(219,205,182); }
td.TdClassName
{
border-color: #DBCDB6;
}
.TagClassName
{
border-color: #DBCDB6;
}
</style>