Shades of Spanish White #E2CEB3
Tints of Spanish White #E2CEB3
RGB
CMYK
RGB Variations
Color information
#E2CEB3 (or 0xE2CEB3) is known color: Spanish White. HEX triplet: E2, CE and B3. RGB value is (226,206,179). Sum of RGB (Red+Green+Blue) = 226+206+179=611 (80% of max value = 765). Red value is 226 (88.67% from 255 or 36.99% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 179 (70.31% from 255 or 29.30% from 611); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CEB3 is #1D314C. Grayscale: #D1D1D1. Windows color (decimal): -1913165 or 11783906. OLE color: 11783906.
HSL color Cylindrical-coordinate representation of color #E2CEB3: hue angle of 34.47º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E2CEB3 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 206 | 179 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.11 |
| HSL | 34.47º | 0.45% | 0.79% | - |
| HSV(B) | 34.47º | 0.21% | 0.89% | - |
| XYZ | 61.57 | 63.57 | 51.67 | - |
| YUV | 208.9 | 111.13 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 179 | 0 | 0.09 | 0.21 | 0.11 | 34.47 | 0.45 | 0.79 |
| Hex | E2 | CE | B3 | 0 | 9 | 15 | B | 22 | 2D | 4F |
| Octal | 342 | 316 | 263 | 0 | 11 | 25 | 13 | 42 | 55 | 117 |
| Binary | 11100010 | 11001110 | 10110011 | 0 | 1001 | 10101 | 1011 | 100010 | 101101 | 1001111 |
Color Harmonies of #E2CEB3
Complementary color
Monochromatic Colors of #E2CEB3
Black with #E2CEB3
Text Example
Text Example
White with #E2CEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CEB3; }
p { color: rgb(226,206,179); }
H1.HeaderClassName
{
color: #E2CEB3;
}
.AnyTagClassName
{
color: #E2CEB3;
}
</style>
background-color css
<style>
a { background-color: #E2CEB3; }
a { background-color: rgb(226,206,179); }
div.DivClassName
{
background-color: #E2CEB3;
}
.BgClassName
{
background-color: #E2CEB3;
}
</style>
border-color css
<style>
span { border-color: #E2CEB3; }
span { border-color: rgb(226,206,179); }
td.TdClassName
{
border-color: #E2CEB3;
}
.TagClassName
{
border-color: #E2CEB3;
}
</style>