Shades of Spanish White #DBCEB3
Tints of Spanish White #DBCEB3
RGB
CMYK
RGB Variations
Color information
#DBCEB3 (or 0xDBCEB3) is known color: Spanish White. HEX triplet: DB, CE and B3. RGB value is (219,206,179). Sum of RGB (Red+Green+Blue) = 219+206+179=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 179 (70.31% from 255 or 29.64% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCEB3 is #24314C. Grayscale: #CECECE. Windows color (decimal): -2371917 or 11783899. OLE color: 11783899.
HSL color Cylindrical-coordinate representation of color #DBCEB3: hue angle of 40.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBCEB3 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 179 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.14 |
| HSL | 40.5º | 0.36% | 0.78% | - |
| HSV(B) | 40.5º | 0.18% | 0.86% | - |
| XYZ | 59.42 | 62.46 | 51.57 | - |
| YUV | 206.81 | 112.31 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 179 | 0 | 0.06 | 0.18 | 0.14 | 40.5 | 0.36 | 0.78 |
| Hex | DB | CE | B3 | 0 | 6 | 12 | E | 28 | 24 | 4E |
| Octal | 333 | 316 | 263 | 0 | 6 | 22 | 16 | 50 | 44 | 116 |
| Binary | 11011011 | 11001110 | 10110011 | 0 | 110 | 10010 | 1110 | 101000 | 100100 | 1001110 |
Color Harmonies of #DBCEB3
Complementary color
Monochromatic Colors of #DBCEB3
Black with #DBCEB3
Text Example
Text Example
White with #DBCEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCEB3; }
p { color: rgb(219,206,179); }
H1.HeaderClassName
{
color: #DBCEB3;
}
.AnyTagClassName
{
color: #DBCEB3;
}
</style>
background-color css
<style>
a { background-color: #DBCEB3; }
a { background-color: rgb(219,206,179); }
div.DivClassName
{
background-color: #DBCEB3;
}
.BgClassName
{
background-color: #DBCEB3;
}
</style>
border-color css
<style>
span { border-color: #DBCEB3; }
span { border-color: rgb(219,206,179); }
td.TdClassName
{
border-color: #DBCEB3;
}
.TagClassName
{
border-color: #DBCEB3;
}
</style>