Shades of Spanish White #DED0BA
Tints of Spanish White #DED0BA
RGB
CMYK
RGB Variations
Color information
#DED0BA (or 0xDED0BA) is known color: Spanish White. HEX triplet: DE, D0 and BA. RGB value is (222,208,186). Sum of RGB (Red+Green+Blue) = 222+208+186=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 208 (81.64% from 255 or 33.77% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 222 - color contains mainly: red. Hex color #DED0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED0BA is #212F45. Grayscale: #D1D1D1. Windows color (decimal): -2174790 or 12243166. OLE color: 12243166.
HSL color Cylindrical-coordinate representation of color #DED0BA: hue angle of 36.67º 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 #DED0BA is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 186 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.13 |
| HSL | 36.67º | 0.35% | 0.8% | - |
| HSV(B) | 36.67º | 0.16% | 0.87% | - |
| XYZ | 61.54 | 64.19 | 55.6 | - |
| YUV | 209.68 | 114.64 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 186 | 0 | 0.06 | 0.16 | 0.13 | 36.67 | 0.35 | 0.8 |
| Hex | DE | D0 | BA | 0 | 6 | 10 | D | 25 | 23 | 50 |
| Octal | 336 | 320 | 272 | 0 | 6 | 20 | 15 | 45 | 43 | 120 |
| Binary | 11011110 | 11010000 | 10111010 | 0 | 110 | 10000 | 1101 | 100101 | 100011 | 1010000 |
Color Harmonies of #DED0BA
Complementary color
Monochromatic Colors of #DED0BA
Black with #DED0BA
Text Example
Text Example
White with #DED0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED0BA; }
p { color: rgb(222,208,186); }
H1.HeaderClassName
{
color: #DED0BA;
}
.AnyTagClassName
{
color: #DED0BA;
}
</style>
background-color css
<style>
a { background-color: #DED0BA; }
a { background-color: rgb(222,208,186); }
div.DivClassName
{
background-color: #DED0BA;
}
.BgClassName
{
background-color: #DED0BA;
}
</style>
border-color css
<style>
span { border-color: #DED0BA; }
span { border-color: rgb(222,208,186); }
td.TdClassName
{
border-color: #DED0BA;
}
.TagClassName
{
border-color: #DED0BA;
}
</style>