Shades of Spanish White #DECEBA
Tints of Spanish White #DECEBA
RGB
CMYK
RGB Variations
Color information
#DECEBA (or 0xDECEBA) is known color: Spanish White. HEX triplet: DE, CE and BA. RGB value is (222,206,186). Sum of RGB (Red+Green+Blue) = 222+206+186=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 222 - color contains mainly: red. Hex color #DECEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECEBA is #213145. Grayscale: #D0D0D0. Windows color (decimal): -2175302 or 12242654. OLE color: 12242654.
HSL color Cylindrical-coordinate representation of color #DECEBA: hue angle of 33.33º 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 #DECEBA is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 186 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.13 |
| HSL | 33.33º | 0.35% | 0.8% | - |
| HSV(B) | 33.33º | 0.16% | 0.87% | - |
| XYZ | 61.06 | 63.22 | 55.44 | - |
| YUV | 208.5 | 115.3 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 186 | 0 | 0.07 | 0.16 | 0.13 | 33.33 | 0.35 | 0.8 |
| Hex | DE | CE | BA | 0 | 7 | 10 | D | 21 | 23 | 50 |
| Octal | 336 | 316 | 272 | 0 | 7 | 20 | 15 | 41 | 43 | 120 |
| Binary | 11011110 | 11001110 | 10111010 | 0 | 111 | 10000 | 1101 | 100001 | 100011 | 1010000 |
Color Harmonies of #DECEBA
Complementary color
Monochromatic Colors of #DECEBA
Black with #DECEBA
Text Example
Text Example
White with #DECEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECEBA; }
p { color: rgb(222,206,186); }
H1.HeaderClassName
{
color: #DECEBA;
}
.AnyTagClassName
{
color: #DECEBA;
}
</style>
background-color css
<style>
a { background-color: #DECEBA; }
a { background-color: rgb(222,206,186); }
div.DivClassName
{
background-color: #DECEBA;
}
.BgClassName
{
background-color: #DECEBA;
}
</style>
border-color css
<style>
span { border-color: #DECEBA; }
span { border-color: rgb(222,206,186); }
td.TdClassName
{
border-color: #DECEBA;
}
.TagClassName
{
border-color: #DECEBA;
}
</style>