Shades of Spanish White #DECFAC
Tints of Spanish White #DECFAC
RGB
CMYK
RGB Variations
Color information
#DECFAC (or 0xDECFAC) is known color: Spanish White. HEX triplet: DE, CF and AC. RGB value is (222,207,172). Sum of RGB (Red+Green+Blue) = 222+207+172=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 172 (67.58% from 255 or 28.62% from 601); Max value from RGB is 222 - color contains mainly: red. Hex color #DECFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECFAC is #213053. Grayscale: #CFCFCF. Windows color (decimal): -2175060 or 11325406. OLE color: 11325406.
HSL color Cylindrical-coordinate representation of color #DECFAC: hue angle of 42º 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 #DECFAC is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 172 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.13 |
| HSL | 42º | 0.43% | 0.77% | - |
| HSV(B) | 42º | 0.23% | 0.87% | - |
| XYZ | 59.88 | 63.13 | 48.06 | - |
| YUV | 207.5 | 107.97 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 172 | 0 | 0.07 | 0.23 | 0.13 | 42 | 0.43 | 0.77 |
| Hex | DE | CF | AC | 0 | 7 | 17 | D | 2A | 2B | 4D |
| Octal | 336 | 317 | 254 | 0 | 7 | 27 | 15 | 52 | 53 | 115 |
| Binary | 11011110 | 11001111 | 10101100 | 0 | 111 | 10111 | 1101 | 101010 | 101011 | 1001101 |
Color Harmonies of #DECFAC
Complementary color
Monochromatic Colors of #DECFAC
Black with #DECFAC
Text Example
Text Example
White with #DECFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECFAC; }
p { color: rgb(222,207,172); }
H1.HeaderClassName
{
color: #DECFAC;
}
.AnyTagClassName
{
color: #DECFAC;
}
</style>
background-color css
<style>
a { background-color: #DECFAC; }
a { background-color: rgb(222,207,172); }
div.DivClassName
{
background-color: #DECFAC;
}
.BgClassName
{
background-color: #DECFAC;
}
</style>
border-color css
<style>
span { border-color: #DECFAC; }
span { border-color: rgb(222,207,172); }
td.TdClassName
{
border-color: #DECFAC;
}
.TagClassName
{
border-color: #DECFAC;
}
</style>