Shades of Spanish White #DECDAF
Tints of Spanish White #DECDAF
RGB
CMYK
RGB Variations
Color information
#DECDAF (or 0xDECDAF) is known color: Spanish White. HEX triplet: DE, CD and AF. RGB value is (222,205,175). Sum of RGB (Red+Green+Blue) = 222+205+175=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 222 - color contains mainly: red. Hex color #DECDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECDAF is #213250. Grayscale: #CECECE. Windows color (decimal): -2175569 or 11521502. OLE color: 11521502.
HSL color Cylindrical-coordinate representation of color #DECDAF: hue angle of 38.3º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DECDAF is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 175 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.13 |
| HSL | 38.3º | 0.42% | 0.78% | - |
| HSV(B) | 38.3º | 0.21% | 0.87% | - |
| XYZ | 59.69 | 62.29 | 49.43 | - |
| YUV | 206.66 | 110.13 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 175 | 0 | 0.08 | 0.21 | 0.13 | 38.3 | 0.42 | 0.78 |
| Hex | DE | CD | AF | 0 | 8 | 15 | D | 26 | 2A | 4E |
| Octal | 336 | 315 | 257 | 0 | 10 | 25 | 15 | 46 | 52 | 116 |
| Binary | 11011110 | 11001101 | 10101111 | 0 | 1000 | 10101 | 1101 | 100110 | 101010 | 1001110 |
Color Harmonies of #DECDAF
Complementary color
Monochromatic Colors of #DECDAF
Black with #DECDAF
Text Example
Text Example
White with #DECDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECDAF; }
p { color: rgb(222,205,175); }
H1.HeaderClassName
{
color: #DECDAF;
}
.AnyTagClassName
{
color: #DECDAF;
}
</style>
background-color css
<style>
a { background-color: #DECDAF; }
a { background-color: rgb(222,205,175); }
div.DivClassName
{
background-color: #DECDAF;
}
.BgClassName
{
background-color: #DECDAF;
}
</style>
border-color css
<style>
span { border-color: #DECDAF; }
span { border-color: rgb(222,205,175); }
td.TdClassName
{
border-color: #DECDAF;
}
.TagClassName
{
border-color: #DECDAF;
}
</style>