Shades of Spanish White #E2D0BB
Tints of Spanish White #E2D0BB
RGB
CMYK
RGB Variations
Color information
#E2D0BB (or 0xE2D0BB) is known color: Spanish White. HEX triplet: E2, D0 and BB. RGB value is (226,208,187). Sum of RGB (Red+Green+Blue) = 226+208+187=621 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.39% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 187 (73.44% from 255 or 30.11% from 621); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D0BB is #1D2F44. Grayscale: #D3D3D3. Windows color (decimal): -1912645 or 12308706. OLE color: 12308706.
HSL color Cylindrical-coordinate representation of color #E2D0BB: hue angle of 32.31º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2D0BB is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 208 | 187 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.11 |
| HSL | 32.31º | 0.4% | 0.81% | - |
| HSV(B) | 32.31º | 0.17% | 0.89% | - |
| XYZ | 62.89 | 64.87 | 56.22 | - |
| YUV | 210.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 208 | 187 | 0 | 0.08 | 0.17 | 0.11 | 32.31 | 0.4 | 0.81 |
| Hex | E2 | D0 | BB | 0 | 8 | 11 | B | 20 | 28 | 51 |
| Octal | 342 | 320 | 273 | 0 | 10 | 21 | 13 | 40 | 50 | 121 |
| Binary | 11100010 | 11010000 | 10111011 | 0 | 1000 | 10001 | 1011 | 100000 | 101000 | 1010001 |
Color Harmonies of #E2D0BB
Complementary color
Monochromatic Colors of #E2D0BB
Black with #E2D0BB
Text Example
Text Example
White with #E2D0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D0BB; }
p { color: rgb(226,208,187); }
H1.HeaderClassName
{
color: #E2D0BB;
}
.AnyTagClassName
{
color: #E2D0BB;
}
</style>
background-color css
<style>
a { background-color: #E2D0BB; }
a { background-color: rgb(226,208,187); }
div.DivClassName
{
background-color: #E2D0BB;
}
.BgClassName
{
background-color: #E2D0BB;
}
</style>
border-color css
<style>
span { border-color: #E2D0BB; }
span { border-color: rgb(226,208,187); }
td.TdClassName
{
border-color: #E2D0BB;
}
.TagClassName
{
border-color: #E2D0BB;
}
</style>