Shades of Spanish White #DBD2B6
Tints of Spanish White #DBD2B6
RGB
CMYK
RGB Variations
Color information
#DBD2B6 (or 0xDBD2B6) is known color: Spanish White. HEX triplet: DB, D2 and B6. RGB value is (219,210,182). Sum of RGB (Red+Green+Blue) = 219+210+182=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 210 (82.42% from 255 or 34.37% from 611); Blue value is 182 (71.48% from 255 or 29.79% from 611); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD2B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD2B6 is #242D49. Grayscale: #D1D1D1. Windows color (decimal): -2370890 or 11981531. OLE color: 11981531.
HSL color Cylindrical-coordinate representation of color #DBD2B6: hue angle of 45.41º 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 #DBD2B6 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 210 | 182 | - |
CMYK | 0 | 0.04 | 0.17 | 0.14 |
HSL | 45.41º | 0.34% | 0.79% | - |
HSV(B) | 45.41º | 0.17% | 0.86% | - |
XYZ | 60.7 | 64.53 | 53.51 | - |
YUV | 209.5 | 112.48 | 134.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 210 | 182 | 0 | 0.04 | 0.17 | 0.14 | 45.41 | 0.34 | 0.79 |
Hex | DB | D2 | B6 | 0 | 4 | 11 | E | 2D | 22 | 4F |
Octal | 333 | 322 | 266 | 0 | 4 | 21 | 16 | 55 | 42 | 117 |
Binary | 11011011 | 11010010 | 10110110 | 0 | 100 | 10001 | 1110 | 101101 | 100010 | 1001111 |
Color Harmonies of #DBD2B6
Complementary color
Monochromatic Colors of #DBD2B6
Black with #DBD2B6
Text Example
Text Example
White with #DBD2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD2B6; }
p { color: rgb(219,210,182); }
H1.HeaderClassName
{
color: #DBD2B6;
}
.AnyTagClassName
{
color: #DBD2B6;
}
</style>
background-color css
<style>
a { background-color: #DBD2B6; }
a { background-color: rgb(219,210,182); }
div.DivClassName
{
background-color: #DBD2B6;
}
.BgClassName
{
background-color: #DBD2B6;
}
</style>
border-color css
<style>
span { border-color: #DBD2B6; }
span { border-color: rgb(219,210,182); }
td.TdClassName
{
border-color: #DBD2B6;
}
.TagClassName
{
border-color: #DBD2B6;
}
</style>