Shades of Spanish White #DECEAD
Tints of Spanish White #DECEAD
RGB
CMYK
RGB Variations
Color information
#DECEAD (or 0xDECEAD) is known color: Spanish White. HEX triplet: DE, CE and AD. RGB value is (222,206,173). Sum of RGB (Red+Green+Blue) = 222+206+173=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 222 - color contains mainly: red. Hex color #DECEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECEAD is #213152. Grayscale: #CFCFCF. Windows color (decimal): -2175315 or 11390686. OLE color: 11390686.
HSL color Cylindrical-coordinate representation of color #DECEAD: hue angle of 40.41º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DECEAD is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 173 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.13 |
| HSL | 40.41º | 0.43% | 0.77% | - |
| HSV(B) | 40.41º | 0.22% | 0.87% | - |
| XYZ | 59.74 | 62.69 | 48.49 | - |
| YUV | 207.02 | 108.8 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 173 | 0 | 0.07 | 0.22 | 0.13 | 40.41 | 0.43 | 0.77 |
| Hex | DE | CE | AD | 0 | 7 | 16 | D | 28 | 2B | 4D |
| Octal | 336 | 316 | 255 | 0 | 7 | 26 | 15 | 50 | 53 | 115 |
| Binary | 11011110 | 11001110 | 10101101 | 0 | 111 | 10110 | 1101 | 101000 | 101011 | 1001101 |
Color Harmonies of #DECEAD
Complementary color
Monochromatic Colors of #DECEAD
Black with #DECEAD
Text Example
Text Example
White with #DECEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECEAD; }
p { color: rgb(222,206,173); }
H1.HeaderClassName
{
color: #DECEAD;
}
.AnyTagClassName
{
color: #DECEAD;
}
</style>
background-color css
<style>
a { background-color: #DECEAD; }
a { background-color: rgb(222,206,173); }
div.DivClassName
{
background-color: #DECEAD;
}
.BgClassName
{
background-color: #DECEAD;
}
</style>
border-color css
<style>
span { border-color: #DECEAD; }
span { border-color: rgb(222,206,173); }
td.TdClassName
{
border-color: #DECEAD;
}
.TagClassName
{
border-color: #DECEAD;
}
</style>