Shades of Spanish White #E2CDB1
Tints of Spanish White #E2CDB1
RGB
CMYK
RGB Variations
Color information
#E2CDB1 (or 0xE2CDB1) is known color: Spanish White. HEX triplet: E2, CD and B1. RGB value is (226,205,177). Sum of RGB (Red+Green+Blue) = 226+205+177=608 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.17% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 177 (69.53% from 255 or 29.11% from 608); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CDB1 is #1D324E. Grayscale: #D0D0D0. Windows color (decimal): -1913423 or 11652578. OLE color: 11652578.
HSL color Cylindrical-coordinate representation of color #E2CDB1: hue angle of 34.29º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2CDB1 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 205 | 177 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.11 |
| HSL | 34.29º | 0.46% | 0.79% | - |
| HSV(B) | 34.29º | 0.22% | 0.89% | - |
| XYZ | 61.13 | 63.01 | 50.53 | - |
| YUV | 208.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 205 | 177 | 0 | 0.09 | 0.22 | 0.11 | 34.29 | 0.46 | 0.79 |
| Hex | E2 | CD | B1 | 0 | 9 | 16 | B | 22 | 2E | 4F |
| Octal | 342 | 315 | 261 | 0 | 11 | 26 | 13 | 42 | 56 | 117 |
| Binary | 11100010 | 11001101 | 10110001 | 0 | 1001 | 10110 | 1011 | 100010 | 101110 | 1001111 |
Color Harmonies of #E2CDB1
Complementary color
Monochromatic Colors of #E2CDB1
Black with #E2CDB1
Text Example
Text Example
White with #E2CDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CDB1; }
p { color: rgb(226,205,177); }
H1.HeaderClassName
{
color: #E2CDB1;
}
.AnyTagClassName
{
color: #E2CDB1;
}
</style>
background-color css
<style>
a { background-color: #E2CDB1; }
a { background-color: rgb(226,205,177); }
div.DivClassName
{
background-color: #E2CDB1;
}
.BgClassName
{
background-color: #E2CDB1;
}
</style>
border-color css
<style>
span { border-color: #E2CDB1; }
span { border-color: rgb(226,205,177); }
td.TdClassName
{
border-color: #E2CDB1;
}
.TagClassName
{
border-color: #E2CDB1;
}
</style>