Shades of Spanish White #DBCDB7
Tints of Spanish White #DBCDB7
RGB
CMYK
RGB Variations
Color information
#DBCDB7 (or 0xDBCDB7) is known color: Spanish White. HEX triplet: DB, CD and B7. RGB value is (219,205,183). Sum of RGB (Red+Green+Blue) = 219+205+183=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 183 (71.88% from 255 or 30.15% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDB7 is #243248. Grayscale: #CECECE. Windows color (decimal): -2372169 or 12045787. OLE color: 12045787.
HSL color Cylindrical-coordinate representation of color #DBCDB7: hue angle of 36.67º 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 #DBCDB7 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 183 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.14 |
| HSL | 36.67º | 0.33% | 0.79% | - |
| HSV(B) | 36.67º | 0.16% | 0.86% | - |
| XYZ | 59.59 | 62.14 | 53.65 | - |
| YUV | 206.68 | 114.64 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 183 | 0 | 0.06 | 0.16 | 0.14 | 36.67 | 0.33 | 0.79 |
| Hex | DB | CD | B7 | 0 | 6 | 10 | E | 25 | 21 | 4F |
| Octal | 333 | 315 | 267 | 0 | 6 | 20 | 16 | 45 | 41 | 117 |
| Binary | 11011011 | 11001101 | 10110111 | 0 | 110 | 10000 | 1110 | 100101 | 100001 | 1001111 |
Color Harmonies of #DBCDB7
Complementary color
Monochromatic Colors of #DBCDB7
Black with #DBCDB7
Text Example
Text Example
White with #DBCDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDB7; }
p { color: rgb(219,205,183); }
H1.HeaderClassName
{
color: #DBCDB7;
}
.AnyTagClassName
{
color: #DBCDB7;
}
</style>
background-color css
<style>
a { background-color: #DBCDB7; }
a { background-color: rgb(219,205,183); }
div.DivClassName
{
background-color: #DBCDB7;
}
.BgClassName
{
background-color: #DBCDB7;
}
</style>
border-color css
<style>
span { border-color: #DBCDB7; }
span { border-color: rgb(219,205,183); }
td.TdClassName
{
border-color: #DBCDB7;
}
.TagClassName
{
border-color: #DBCDB7;
}
</style>