Shades of Spanish White #E1D3BD
Tints of Spanish White #E1D3BD
RGB
CMYK
RGB Variations
Color information
#E1D3BD (or 0xE1D3BD) is known color: Spanish White. HEX triplet: E1, D3 and BD. RGB value is (225,211,189). Sum of RGB (Red+Green+Blue) = 225+211+189=625 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36% from 625); Green value is 211 (82.81% from 255 or 33.76% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D3BD is #1E2C42. Grayscale: #D4D4D4. Windows color (decimal): -1977411 or 12440545. OLE color: 12440545.
HSL color Cylindrical-coordinate representation of color #E1D3BD: hue angle of 36.67º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1D3BD is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 211 | 189 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.12 |
| HSL | 36.67º | 0.38% | 0.81% | - |
| HSV(B) | 36.67º | 0.16% | 0.88% | - |
| XYZ | 63.53 | 66.27 | 57.59 | - |
| YUV | 212.68 | 114.64 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 211 | 189 | 0 | 0.06 | 0.16 | 0.12 | 36.67 | 0.38 | 0.81 |
| Hex | E1 | D3 | BD | 0 | 6 | 10 | C | 25 | 26 | 51 |
| Octal | 341 | 323 | 275 | 0 | 6 | 20 | 14 | 45 | 46 | 121 |
| Binary | 11100001 | 11010011 | 10111101 | 0 | 110 | 10000 | 1100 | 100101 | 100110 | 1010001 |
Color Harmonies of #E1D3BD
Complementary color
Monochromatic Colors of #E1D3BD
Black with #E1D3BD
Text Example
Text Example
White with #E1D3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D3BD; }
p { color: rgb(225,211,189); }
H1.HeaderClassName
{
color: #E1D3BD;
}
.AnyTagClassName
{
color: #E1D3BD;
}
</style>
background-color css
<style>
a { background-color: #E1D3BD; }
a { background-color: rgb(225,211,189); }
div.DivClassName
{
background-color: #E1D3BD;
}
.BgClassName
{
background-color: #E1D3BD;
}
</style>
border-color css
<style>
span { border-color: #E1D3BD; }
span { border-color: rgb(225,211,189); }
td.TdClassName
{
border-color: #E1D3BD;
}
.TagClassName
{
border-color: #E1D3BD;
}
</style>