Shades of Spanish White #E1D1B2
Tints of Spanish White #E1D1B2
RGB
CMYK
RGB Variations
Color information
#E1D1B2 (or 0xE1D1B2) is known color: Spanish White. HEX triplet: E1, D1 and B2. RGB value is (225,209,178). Sum of RGB (Red+Green+Blue) = 225+209+178=612 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.76% from 612); Green value is 209 (82.03% from 255 or 34.15% from 612); Blue value is 178 (69.92% from 255 or 29.08% from 612); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D1B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D1B2 is #1E2E4D. Grayscale: #D2D2D2. Windows color (decimal): -1977934 or 11719137. OLE color: 11719137.
HSL color Cylindrical-coordinate representation of color #E1D1B2: hue angle of 39.57º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1D1B2 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 209 | 178 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.12 |
| HSL | 39.57º | 0.44% | 0.79% | - |
| HSV(B) | 39.57º | 0.21% | 0.88% | - |
| XYZ | 61.89 | 64.82 | 51.37 | - |
| YUV | 210.25 | 109.8 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 209 | 178 | 0 | 0.07 | 0.21 | 0.12 | 39.57 | 0.44 | 0.79 |
| Hex | E1 | D1 | B2 | 0 | 7 | 15 | C | 28 | 2C | 4F |
| Octal | 341 | 321 | 262 | 0 | 7 | 25 | 14 | 50 | 54 | 117 |
| Binary | 11100001 | 11010001 | 10110010 | 0 | 111 | 10101 | 1100 | 101000 | 101100 | 1001111 |
Color Harmonies of #E1D1B2
Complementary color
Monochromatic Colors of #E1D1B2
Black with #E1D1B2
Text Example
Text Example
White with #E1D1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D1B2; }
p { color: rgb(225,209,178); }
H1.HeaderClassName
{
color: #E1D1B2;
}
.AnyTagClassName
{
color: #E1D1B2;
}
</style>
background-color css
<style>
a { background-color: #E1D1B2; }
a { background-color: rgb(225,209,178); }
div.DivClassName
{
background-color: #E1D1B2;
}
.BgClassName
{
background-color: #E1D1B2;
}
</style>
border-color css
<style>
span { border-color: #E1D1B2; }
span { border-color: rgb(225,209,178); }
td.TdClassName
{
border-color: #E1D1B2;
}
.TagClassName
{
border-color: #E1D1B2;
}
</style>