Shades of Spanish White #DECDAC
Tints of Spanish White #DECDAC
RGB
CMYK
RGB Variations
Color information
#DECDAC (or 0xDECDAC) is known color: Spanish White. HEX triplet: DE, CD and AC. RGB value is (222,205,172). Sum of RGB (Red+Green+Blue) = 222+205+172=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 172 (67.58% from 255 or 28.71% from 599); Max value from RGB is 222 - color contains mainly: red. Hex color #DECDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECDAC is #213253. Grayscale: #CECECE. Windows color (decimal): -2175572 or 11324894. OLE color: 11324894.
HSL color Cylindrical-coordinate representation of color #DECDAC: hue angle of 39.6º 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 #DECDAC is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 172 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.13 |
| HSL | 39.6º | 0.43% | 0.77% | - |
| HSV(B) | 39.6º | 0.23% | 0.87% | - |
| XYZ | 59.4 | 62.17 | 47.9 | - |
| YUV | 206.32 | 108.63 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 172 | 0 | 0.08 | 0.23 | 0.13 | 39.6 | 0.43 | 0.77 |
| Hex | DE | CD | AC | 0 | 8 | 17 | D | 28 | 2B | 4D |
| Octal | 336 | 315 | 254 | 0 | 10 | 27 | 15 | 50 | 53 | 115 |
| Binary | 11011110 | 11001101 | 10101100 | 0 | 1000 | 10111 | 1101 | 101000 | 101011 | 1001101 |
Color Harmonies of #DECDAC
Complementary color
Monochromatic Colors of #DECDAC
Black with #DECDAC
Text Example
Text Example
White with #DECDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECDAC; }
p { color: rgb(222,205,172); }
H1.HeaderClassName
{
color: #DECDAC;
}
.AnyTagClassName
{
color: #DECDAC;
}
</style>
background-color css
<style>
a { background-color: #DECDAC; }
a { background-color: rgb(222,205,172); }
div.DivClassName
{
background-color: #DECDAC;
}
.BgClassName
{
background-color: #DECDAC;
}
</style>
border-color css
<style>
span { border-color: #DECDAC; }
span { border-color: rgb(222,205,172); }
td.TdClassName
{
border-color: #DECDAC;
}
.TagClassName
{
border-color: #DECDAC;
}
</style>