Shades of Spanish White #E1CEAF
Tints of Spanish White #E1CEAF
RGB
CMYK
RGB Variations
Color information
#E1CEAF (or 0xE1CEAF) is known color: Spanish White. HEX triplet: E1, CE and AF. RGB value is (225,206,175). Sum of RGB (Red+Green+Blue) = 225+206+175=606 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.13% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 175 (68.75% from 255 or 28.88% from 606); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CEAF is #1E3150. Grayscale: #D0D0D0. Windows color (decimal): -1978705 or 11521761. OLE color: 11521761.
HSL color Cylindrical-coordinate representation of color #E1CEAF: hue angle of 37.2º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1CEAF is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 206 | 175 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.12 |
| HSL | 37.2º | 0.45% | 0.78% | - |
| HSV(B) | 37.2º | 0.22% | 0.88% | - |
| XYZ | 60.86 | 63.25 | 49.56 | - |
| YUV | 208.15 | 109.29 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 175 | 0 | 0.08 | 0.22 | 0.12 | 37.2 | 0.45 | 0.78 |
| Hex | E1 | CE | AF | 0 | 8 | 16 | C | 25 | 2D | 4E |
| Octal | 341 | 316 | 257 | 0 | 10 | 26 | 14 | 45 | 55 | 116 |
| Binary | 11100001 | 11001110 | 10101111 | 0 | 1000 | 10110 | 1100 | 100101 | 101101 | 1001110 |
Color Harmonies of #E1CEAF
Complementary color
Monochromatic Colors of #E1CEAF
Black with #E1CEAF
Text Example
Text Example
White with #E1CEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CEAF; }
p { color: rgb(225,206,175); }
H1.HeaderClassName
{
color: #E1CEAF;
}
.AnyTagClassName
{
color: #E1CEAF;
}
</style>
background-color css
<style>
a { background-color: #E1CEAF; }
a { background-color: rgb(225,206,175); }
div.DivClassName
{
background-color: #E1CEAF;
}
.BgClassName
{
background-color: #E1CEAF;
}
</style>
border-color css
<style>
span { border-color: #E1CEAF; }
span { border-color: rgb(225,206,175); }
td.TdClassName
{
border-color: #E1CEAF;
}
.TagClassName
{
border-color: #E1CEAF;
}
</style>