Shades of Spanish White #DECBAC
Tints of Spanish White #DECBAC
RGB
CMYK
RGB Variations
Color information
#DECBAC (or 0xDECBAC) is known color: Spanish White. HEX triplet: DE, CB and AC. RGB value is (222,203,172). Sum of RGB (Red+Green+Blue) = 222+203+172=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 172 (67.58% from 255 or 28.81% from 597); Max value from RGB is 222 - color contains mainly: red. Hex color #DECBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECBAC is #213453. Grayscale: #CDCDCD. Windows color (decimal): -2176084 or 11324382. OLE color: 11324382.
HSL color Cylindrical-coordinate representation of color #DECBAC: hue angle of 37.2º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DECBAC is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 172 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.13 |
| HSL | 37.2º | 0.43% | 0.77% | - |
| HSV(B) | 37.2º | 0.23% | 0.87% | - |
| XYZ | 58.93 | 61.22 | 47.74 | - |
| YUV | 205.15 | 109.29 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 172 | 0 | 0.09 | 0.23 | 0.13 | 37.2 | 0.43 | 0.77 |
| Hex | DE | CB | AC | 0 | 9 | 17 | D | 25 | 2B | 4D |
| Octal | 336 | 313 | 254 | 0 | 11 | 27 | 15 | 45 | 53 | 115 |
| Binary | 11011110 | 11001011 | 10101100 | 0 | 1001 | 10111 | 1101 | 100101 | 101011 | 1001101 |
Color Harmonies of #DECBAC
Complementary color
Monochromatic Colors of #DECBAC
Black with #DECBAC
Text Example
Text Example
White with #DECBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECBAC; }
p { color: rgb(222,203,172); }
H1.HeaderClassName
{
color: #DECBAC;
}
.AnyTagClassName
{
color: #DECBAC;
}
</style>
background-color css
<style>
a { background-color: #DECBAC; }
a { background-color: rgb(222,203,172); }
div.DivClassName
{
background-color: #DECBAC;
}
.BgClassName
{
background-color: #DECBAC;
}
</style>
border-color css
<style>
span { border-color: #DECBAC; }
span { border-color: rgb(222,203,172); }
td.TdClassName
{
border-color: #DECBAC;
}
.TagClassName
{
border-color: #DECBAC;
}
</style>