Shades of Spanish White #DECFBA
Tints of Spanish White #DECFBA
RGB
CMYK
RGB Variations
Color information
#DECFBA (or 0xDECFBA) is known color: Spanish White. HEX triplet: DE, CF and BA. RGB value is (222,207,186). Sum of RGB (Red+Green+Blue) = 222+207+186=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 222 - color contains mainly: red. Hex color #DECFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECFBA is #213045. Grayscale: #D1D1D1. Windows color (decimal): -2175046 or 12242910. OLE color: 12242910.
HSL color Cylindrical-coordinate representation of color #DECFBA: hue angle of 35º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DECFBA is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 186 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.13 |
| HSL | 35º | 0.35% | 0.8% | - |
| HSV(B) | 35º | 0.16% | 0.87% | - |
| XYZ | 61.3 | 63.7 | 55.52 | - |
| YUV | 209.09 | 114.97 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 186 | 0 | 0.07 | 0.16 | 0.13 | 35 | 0.35 | 0.8 |
| Hex | DE | CF | BA | 0 | 7 | 10 | D | 23 | 23 | 50 |
| Octal | 336 | 317 | 272 | 0 | 7 | 20 | 15 | 43 | 43 | 120 |
| Binary | 11011110 | 11001111 | 10111010 | 0 | 111 | 10000 | 1101 | 100011 | 100011 | 1010000 |
Color Harmonies of #DECFBA
Complementary color
Monochromatic Colors of #DECFBA
Black with #DECFBA
Text Example
Text Example
White with #DECFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECFBA; }
p { color: rgb(222,207,186); }
H1.HeaderClassName
{
color: #DECFBA;
}
.AnyTagClassName
{
color: #DECFBA;
}
</style>
background-color css
<style>
a { background-color: #DECFBA; }
a { background-color: rgb(222,207,186); }
div.DivClassName
{
background-color: #DECFBA;
}
.BgClassName
{
background-color: #DECFBA;
}
</style>
border-color css
<style>
span { border-color: #DECFBA; }
span { border-color: rgb(222,207,186); }
td.TdClassName
{
border-color: #DECFBA;
}
.TagClassName
{
border-color: #DECFBA;
}
</style>