Shades of Spanish White #E1D1BC
Tints of Spanish White #E1D1BC
RGB
CMYK
RGB Variations
Color information
#E1D1BC (or 0xE1D1BC) is known color: Spanish White. HEX triplet: E1, D1 and BC. RGB value is (225,209,188). Sum of RGB (Red+Green+Blue) = 225+209+188=622 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.17% from 622); Green value is 209 (82.03% from 255 or 33.60% from 622); Blue value is 188 (73.83% from 255 or 30.23% from 622); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D1BC is #1E2E43. Grayscale: #D3D3D3. Windows color (decimal): -1977924 or 12374497. OLE color: 12374497.
HSL color Cylindrical-coordinate representation of color #E1D1BC: hue angle of 34.05º 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 #E1D1BC is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 209 | 188 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.12 |
| HSL | 34.05º | 0.38% | 0.81% | - |
| HSV(B) | 34.05º | 0.16% | 0.88% | - |
| XYZ | 62.93 | 65.24 | 56.85 | - |
| YUV | 211.39 | 114.8 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 209 | 188 | 0 | 0.07 | 0.16 | 0.12 | 34.05 | 0.38 | 0.81 |
| Hex | E1 | D1 | BC | 0 | 7 | 10 | C | 22 | 26 | 51 |
| Octal | 341 | 321 | 274 | 0 | 7 | 20 | 14 | 42 | 46 | 121 |
| Binary | 11100001 | 11010001 | 10111100 | 0 | 111 | 10000 | 1100 | 100010 | 100110 | 1010001 |
Color Harmonies of #E1D1BC
Complementary color
Monochromatic Colors of #E1D1BC
Black with #E1D1BC
Text Example
Text Example
White with #E1D1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D1BC; }
p { color: rgb(225,209,188); }
H1.HeaderClassName
{
color: #E1D1BC;
}
.AnyTagClassName
{
color: #E1D1BC;
}
</style>
background-color css
<style>
a { background-color: #E1D1BC; }
a { background-color: rgb(225,209,188); }
div.DivClassName
{
background-color: #E1D1BC;
}
.BgClassName
{
background-color: #E1D1BC;
}
</style>
border-color css
<style>
span { border-color: #E1D1BC; }
span { border-color: rgb(225,209,188); }
td.TdClassName
{
border-color: #E1D1BC;
}
.TagClassName
{
border-color: #E1D1BC;
}
</style>