Shades of Spanish White #DBD1B6
Tints of Spanish White #DBD1B6
RGB
CMYK
RGB Variations
Color information
#DBD1B6 (or 0xDBD1B6) is known color: Spanish White. HEX triplet: DB, D1 and B6. RGB value is (219,209,182). Sum of RGB (Red+Green+Blue) = 219+209+182=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 209 (82.03% from 255 or 34.26% from 610); Blue value is 182 (71.48% from 255 or 29.84% from 610); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD1B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD1B6 is #242E49. Grayscale: #D1D1D1. Windows color (decimal): -2371146 or 11981275. OLE color: 11981275.
HSL color Cylindrical-coordinate representation of color #DBD1B6: hue angle of 43.78º 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 #DBD1B6 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 209 | 182 | - |
CMYK | 0 | 0.05 | 0.17 | 0.14 |
HSL | 43.78º | 0.34% | 0.79% | - |
HSV(B) | 43.78º | 0.17% | 0.86% | - |
XYZ | 60.46 | 64.04 | 53.43 | - |
YUV | 208.91 | 112.81 | 135.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 209 | 182 | 0 | 0.05 | 0.17 | 0.14 | 43.78 | 0.34 | 0.79 |
Hex | DB | D1 | B6 | 0 | 5 | 11 | E | 2C | 22 | 4F |
Octal | 333 | 321 | 266 | 0 | 5 | 21 | 16 | 54 | 42 | 117 |
Binary | 11011011 | 11010001 | 10110110 | 0 | 101 | 10001 | 1110 | 101100 | 100010 | 1001111 |
Color Harmonies of #DBD1B6
Complementary color
Monochromatic Colors of #DBD1B6
Black with #DBD1B6
Text Example
Text Example
White with #DBD1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD1B6; }
p { color: rgb(219,209,182); }
H1.HeaderClassName
{
color: #DBD1B6;
}
.AnyTagClassName
{
color: #DBD1B6;
}
</style>
background-color css
<style>
a { background-color: #DBD1B6; }
a { background-color: rgb(219,209,182); }
div.DivClassName
{
background-color: #DBD1B6;
}
.BgClassName
{
background-color: #DBD1B6;
}
</style>
border-color css
<style>
span { border-color: #DBD1B6; }
span { border-color: rgb(219,209,182); }
td.TdClassName
{
border-color: #DBD1B6;
}
.TagClassName
{
border-color: #DBD1B6;
}
</style>