Shades of Spanish White #DBD2BC
Tints of Spanish White #DBD2BC
RGB
CMYK
RGB Variations
Color information
#DBD2BC (or 0xDBD2BC) is known color: Spanish White. HEX triplet: DB, D2 and BC. RGB value is (219,210,188). Sum of RGB (Red+Green+Blue) = 219+210+188=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 210 (82.42% from 255 or 34.04% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD2BC is #242D43. Grayscale: #D2D2D2. Windows color (decimal): -2370884 or 12374747. OLE color: 12374747.
HSL color Cylindrical-coordinate representation of color #DBD2BC: hue angle of 42.58º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBD2BC is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 188 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.14 |
| HSL | 42.58º | 0.3% | 0.8% | - |
| HSV(B) | 42.58º | 0.14% | 0.86% | - |
| XYZ | 61.34 | 64.78 | 56.85 | - |
| YUV | 210.18 | 115.48 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 188 | 0 | 0.04 | 0.14 | 0.14 | 42.58 | 0.3 | 0.8 |
| Hex | DB | D2 | BC | 0 | 4 | E | E | 2B | 1E | 50 |
| Octal | 333 | 322 | 274 | 0 | 4 | 16 | 16 | 53 | 36 | 120 |
| Binary | 11011011 | 11010010 | 10111100 | 0 | 100 | 1110 | 1110 | 101011 | 11110 | 1010000 |
Color Harmonies of #DBD2BC
Complementary color
Monochromatic Colors of #DBD2BC
Black with #DBD2BC
Text Example
Text Example
White with #DBD2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD2BC; }
p { color: rgb(219,210,188); }
H1.HeaderClassName
{
color: #DBD2BC;
}
.AnyTagClassName
{
color: #DBD2BC;
}
</style>
background-color css
<style>
a { background-color: #DBD2BC; }
a { background-color: rgb(219,210,188); }
div.DivClassName
{
background-color: #DBD2BC;
}
.BgClassName
{
background-color: #DBD2BC;
}
</style>
border-color css
<style>
span { border-color: #DBD2BC; }
span { border-color: rgb(219,210,188); }
td.TdClassName
{
border-color: #DBD2BC;
}
.TagClassName
{
border-color: #DBD2BC;
}
</style>