Shades of Spanish White #DBCEB4
Tints of Spanish White #DBCEB4
RGB
CMYK
RGB Variations
Color information
#DBCEB4 (or 0xDBCEB4) is known color: Spanish White. HEX triplet: DB, CE and B4. RGB value is (219,206,180). Sum of RGB (Red+Green+Blue) = 219+206+180=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 180 (70.70% from 255 or 29.75% from 605); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCEB4 is #24314B. Grayscale: #CFCFCF. Windows color (decimal): -2371916 or 11849435. OLE color: 11849435.
HSL color Cylindrical-coordinate representation of color #DBCEB4: hue angle of 40º degrees, saturation: 0.35, 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 #DBCEB4 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 180 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.14 |
| HSL | 40º | 0.35% | 0.78% | - |
| HSV(B) | 40º | 0.18% | 0.86% | - |
| XYZ | 59.52 | 62.5 | 52.11 | - |
| YUV | 206.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 180 | 0 | 0.06 | 0.18 | 0.14 | 40 | 0.35 | 0.78 |
| Hex | DB | CE | B4 | 0 | 6 | 12 | E | 28 | 23 | 4E |
| Octal | 333 | 316 | 264 | 0 | 6 | 22 | 16 | 50 | 43 | 116 |
| Binary | 11011011 | 11001110 | 10110100 | 0 | 110 | 10010 | 1110 | 101000 | 100011 | 1001110 |
Color Harmonies of #DBCEB4
Complementary color
Monochromatic Colors of #DBCEB4
Black with #DBCEB4
Text Example
Text Example
White with #DBCEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCEB4; }
p { color: rgb(219,206,180); }
H1.HeaderClassName
{
color: #DBCEB4;
}
.AnyTagClassName
{
color: #DBCEB4;
}
</style>
background-color css
<style>
a { background-color: #DBCEB4; }
a { background-color: rgb(219,206,180); }
div.DivClassName
{
background-color: #DBCEB4;
}
.BgClassName
{
background-color: #DBCEB4;
}
</style>
border-color css
<style>
span { border-color: #DBCEB4; }
span { border-color: rgb(219,206,180); }
td.TdClassName
{
border-color: #DBCEB4;
}
.TagClassName
{
border-color: #DBCEB4;
}
</style>