Shades of Spanish White #E1CFB1
Tints of Spanish White #E1CFB1
RGB
CMYK
RGB Variations
Color information
#E1CFB1 (or 0xE1CFB1) is known color: Spanish White. HEX triplet: E1, CF and B1. RGB value is (225,207,177). Sum of RGB (Red+Green+Blue) = 225+207+177=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 177 (69.53% from 255 or 29.06% from 609); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CFB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CFB1 is #1E304E. Grayscale: #D1D1D1. Windows color (decimal): -1978447 or 11653089. OLE color: 11653089.
HSL color Cylindrical-coordinate representation of color #E1CFB1: hue angle of 37.5º 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 #E1CFB1 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 207 | 177 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.12 |
| HSL | 37.5º | 0.44% | 0.79% | - |
| HSV(B) | 37.5º | 0.21% | 0.88% | - |
| XYZ | 61.3 | 63.81 | 50.68 | - |
| YUV | 208.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 207 | 177 | 0 | 0.08 | 0.21 | 0.12 | 37.5 | 0.44 | 0.79 |
| Hex | E1 | CF | B1 | 0 | 8 | 15 | C | 26 | 2C | 4F |
| Octal | 341 | 317 | 261 | 0 | 10 | 25 | 14 | 46 | 54 | 117 |
| Binary | 11100001 | 11001111 | 10110001 | 0 | 1000 | 10101 | 1100 | 100110 | 101100 | 1001111 |
Color Harmonies of #E1CFB1
Complementary color
Monochromatic Colors of #E1CFB1
Black with #E1CFB1
Text Example
Text Example
White with #E1CFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CFB1; }
p { color: rgb(225,207,177); }
H1.HeaderClassName
{
color: #E1CFB1;
}
.AnyTagClassName
{
color: #E1CFB1;
}
</style>
background-color css
<style>
a { background-color: #E1CFB1; }
a { background-color: rgb(225,207,177); }
div.DivClassName
{
background-color: #E1CFB1;
}
.BgClassName
{
background-color: #E1CFB1;
}
</style>
border-color css
<style>
span { border-color: #E1CFB1; }
span { border-color: rgb(225,207,177); }
td.TdClassName
{
border-color: #E1CFB1;
}
.TagClassName
{
border-color: #E1CFB1;
}
</style>