Shades of Spanish White #DBD2BD
Tints of Spanish White #DBD2BD
RGB
CMYK
RGB Variations
Color information
#DBD2BD (or 0xDBD2BD) is known color: Spanish White. HEX triplet: DB, D2 and BD. RGB value is (219,210,189). Sum of RGB (Red+Green+Blue) = 219+210+189=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 210 (82.42% from 255 or 33.98% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD2BD is #242D42. Grayscale: #D2D2D2. Windows color (decimal): -2370883 or 12440283. OLE color: 12440283.
HSL color Cylindrical-coordinate representation of color #DBD2BD: hue angle of 42º degrees, saturation: 0.29, 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 #DBD2BD is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 189 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.14 |
| HSL | 42º | 0.29% | 0.8% | - |
| HSV(B) | 42º | 0.14% | 0.86% | - |
| XYZ | 61.45 | 64.83 | 57.42 | - |
| YUV | 210.3 | 115.98 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 189 | 0 | 0.04 | 0.14 | 0.14 | 42 | 0.29 | 0.8 |
| Hex | DB | D2 | BD | 0 | 4 | E | E | 2A | 1D | 50 |
| Octal | 333 | 322 | 275 | 0 | 4 | 16 | 16 | 52 | 35 | 120 |
| Binary | 11011011 | 11010010 | 10111101 | 0 | 100 | 1110 | 1110 | 101010 | 11101 | 1010000 |
Color Harmonies of #DBD2BD
Complementary color
Monochromatic Colors of #DBD2BD
Black with #DBD2BD
Text Example
Text Example
White with #DBD2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD2BD; }
p { color: rgb(219,210,189); }
H1.HeaderClassName
{
color: #DBD2BD;
}
.AnyTagClassName
{
color: #DBD2BD;
}
</style>
background-color css
<style>
a { background-color: #DBD2BD; }
a { background-color: rgb(219,210,189); }
div.DivClassName
{
background-color: #DBD2BD;
}
.BgClassName
{
background-color: #DBD2BD;
}
</style>
border-color css
<style>
span { border-color: #DBD2BD; }
span { border-color: rgb(219,210,189); }
td.TdClassName
{
border-color: #DBD2BD;
}
.TagClassName
{
border-color: #DBD2BD;
}
</style>