Shades of Spanish White #DECFAD
Tints of Spanish White #DECFAD
RGB
CMYK
RGB Variations
Color information
#DECFAD (or 0xDECFAD) is known color: Spanish White. HEX triplet: DE, CF and AD. RGB value is (222,207,173). Sum of RGB (Red+Green+Blue) = 222+207+173=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 222 - color contains mainly: red. Hex color #DECFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECFAD is #213052. Grayscale: #CFCFCF. Windows color (decimal): -2175059 or 11390942. OLE color: 11390942.
HSL color Cylindrical-coordinate representation of color #DECFAD: hue angle of 41.63º 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 #DECFAD is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 173 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.13 |
| HSL | 41.63º | 0.43% | 0.77% | - |
| HSV(B) | 41.63º | 0.22% | 0.87% | - |
| XYZ | 59.98 | 63.17 | 48.57 | - |
| YUV | 207.61 | 108.47 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 173 | 0 | 0.07 | 0.22 | 0.13 | 41.63 | 0.43 | 0.77 |
| Hex | DE | CF | AD | 0 | 7 | 16 | D | 2A | 2B | 4D |
| Octal | 336 | 317 | 255 | 0 | 7 | 26 | 15 | 52 | 53 | 115 |
| Binary | 11011110 | 11001111 | 10101101 | 0 | 111 | 10110 | 1101 | 101010 | 101011 | 1001101 |
Color Harmonies of #DECFAD
Complementary color
Monochromatic Colors of #DECFAD
Black with #DECFAD
Text Example
Text Example
White with #DECFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECFAD; }
p { color: rgb(222,207,173); }
H1.HeaderClassName
{
color: #DECFAD;
}
.AnyTagClassName
{
color: #DECFAD;
}
</style>
background-color css
<style>
a { background-color: #DECFAD; }
a { background-color: rgb(222,207,173); }
div.DivClassName
{
background-color: #DECFAD;
}
.BgClassName
{
background-color: #DECFAD;
}
</style>
border-color css
<style>
span { border-color: #DECFAD; }
span { border-color: rgb(222,207,173); }
td.TdClassName
{
border-color: #DECFAD;
}
.TagClassName
{
border-color: #DECFAD;
}
</style>