Shades of Spanish White #E1CEB8
Tints of Spanish White #E1CEB8
RGB
CMYK
RGB Variations
Color information
#E1CEB8 (or 0xE1CEB8) is known color: Spanish White. HEX triplet: E1, CE and B8. RGB value is (225,206,184). Sum of RGB (Red+Green+Blue) = 225+206+184=615 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.59% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 184 (72.27% from 255 or 29.92% from 615); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CEB8 is #1E3147. Grayscale: #D1D1D1. Windows color (decimal): -1978696 or 12111585. OLE color: 12111585.
HSL color Cylindrical-coordinate representation of color #E1CEB8: hue angle of 32.2º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1CEB8 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 206 | 184 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.12 |
| HSL | 32.2º | 0.41% | 0.8% | - |
| HSV(B) | 32.2º | 0.18% | 0.88% | - |
| XYZ | 61.77 | 63.61 | 54.37 | - |
| YUV | 209.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 184 | 0 | 0.08 | 0.18 | 0.12 | 32.2 | 0.41 | 0.8 |
| Hex | E1 | CE | B8 | 0 | 8 | 12 | C | 20 | 29 | 50 |
| Octal | 341 | 316 | 270 | 0 | 10 | 22 | 14 | 40 | 51 | 120 |
| Binary | 11100001 | 11001110 | 10111000 | 0 | 1000 | 10010 | 1100 | 100000 | 101001 | 1010000 |
Color Harmonies of #E1CEB8
Complementary color
Monochromatic Colors of #E1CEB8
Black with #E1CEB8
Text Example
Text Example
White with #E1CEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CEB8; }
p { color: rgb(225,206,184); }
H1.HeaderClassName
{
color: #E1CEB8;
}
.AnyTagClassName
{
color: #E1CEB8;
}
</style>
background-color css
<style>
a { background-color: #E1CEB8; }
a { background-color: rgb(225,206,184); }
div.DivClassName
{
background-color: #E1CEB8;
}
.BgClassName
{
background-color: #E1CEB8;
}
</style>
border-color css
<style>
span { border-color: #E1CEB8; }
span { border-color: rgb(225,206,184); }
td.TdClassName
{
border-color: #E1CEB8;
}
.TagClassName
{
border-color: #E1CEB8;
}
</style>