Shades of Spanish White #E1D2BA
Tints of Spanish White #E1D2BA
RGB
CMYK
RGB Variations
Color information
#E1D2BA (or 0xE1D2BA) is known color: Spanish White. HEX triplet: E1, D2 and BA. RGB value is (225,210,186). Sum of RGB (Red+Green+Blue) = 225+210+186=621 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.23% from 621); Green value is 210 (82.42% from 255 or 33.82% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D2BA is #1E2D45. Grayscale: #D3D3D3. Windows color (decimal): -1977670 or 12243681. OLE color: 12243681.
HSL color Cylindrical-coordinate representation of color #E1D2BA: hue angle of 36.92º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1D2BA is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 210 | 186 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.12 |
| HSL | 36.92º | 0.39% | 0.81% | - |
| HSV(B) | 36.92º | 0.17% | 0.88% | - |
| XYZ | 62.96 | 65.65 | 55.81 | - |
| YUV | 211.75 | 113.47 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 186 | 0 | 0.07 | 0.17 | 0.12 | 36.92 | 0.39 | 0.81 |
| Hex | E1 | D2 | BA | 0 | 7 | 11 | C | 25 | 27 | 51 |
| Octal | 341 | 322 | 272 | 0 | 7 | 21 | 14 | 45 | 47 | 121 |
| Binary | 11100001 | 11010010 | 10111010 | 0 | 111 | 10001 | 1100 | 100101 | 100111 | 1010001 |
Color Harmonies of #E1D2BA
Complementary color
Monochromatic Colors of #E1D2BA
Black with #E1D2BA
Text Example
Text Example
White with #E1D2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D2BA; }
p { color: rgb(225,210,186); }
H1.HeaderClassName
{
color: #E1D2BA;
}
.AnyTagClassName
{
color: #E1D2BA;
}
</style>
background-color css
<style>
a { background-color: #E1D2BA; }
a { background-color: rgb(225,210,186); }
div.DivClassName
{
background-color: #E1D2BA;
}
.BgClassName
{
background-color: #E1D2BA;
}
</style>
border-color css
<style>
span { border-color: #E1D2BA; }
span { border-color: rgb(225,210,186); }
td.TdClassName
{
border-color: #E1D2BA;
}
.TagClassName
{
border-color: #E1D2BA;
}
</style>