Shades of Spanish White #E1D5BF
Tints of Spanish White #E1D5BF
RGB
CMYK
RGB Variations
Color information
#E1D5BF (or 0xE1D5BF) is known color: Spanish White. HEX triplet: E1, D5 and BF. RGB value is (225,213,191). Sum of RGB (Red+Green+Blue) = 225+213+191=629 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.77% from 629); Green value is 213 (83.59% from 255 or 33.86% from 629); Blue value is 191 (75% from 255 or 30.37% from 629); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D5BF is #1E2A40. Grayscale: #D6D6D6. Windows color (decimal): -1976897 or 12572129. OLE color: 12572129.
HSL color Cylindrical-coordinate representation of color #E1D5BF: hue angle of 38.82º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1D5BF is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 213 | 191 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.12 |
| HSL | 38.82º | 0.36% | 0.82% | - |
| HSV(B) | 38.82º | 0.15% | 0.88% | - |
| XYZ | 64.25 | 67.36 | 58.91 | - |
| YUV | 214.08 | 114.98 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 213 | 191 | 0 | 0.05 | 0.15 | 0.12 | 38.82 | 0.36 | 0.82 |
| Hex | E1 | D5 | BF | 0 | 5 | F | C | 27 | 24 | 52 |
| Octal | 341 | 325 | 277 | 0 | 5 | 17 | 14 | 47 | 44 | 122 |
| Binary | 11100001 | 11010101 | 10111111 | 0 | 101 | 1111 | 1100 | 100111 | 100100 | 1010010 |
Color Harmonies of #E1D5BF
Complementary color
Monochromatic Colors of #E1D5BF
Black with #E1D5BF
Text Example
Text Example
White with #E1D5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D5BF; }
p { color: rgb(225,213,191); }
H1.HeaderClassName
{
color: #E1D5BF;
}
.AnyTagClassName
{
color: #E1D5BF;
}
</style>
background-color css
<style>
a { background-color: #E1D5BF; }
a { background-color: rgb(225,213,191); }
div.DivClassName
{
background-color: #E1D5BF;
}
.BgClassName
{
background-color: #E1D5BF;
}
</style>
border-color css
<style>
span { border-color: #E1D5BF; }
span { border-color: rgb(225,213,191); }
td.TdClassName
{
border-color: #E1D5BF;
}
.TagClassName
{
border-color: #E1D5BF;
}
</style>