Shades of Spanish White #E3D3BB
Tints of Spanish White #E3D3BB
RGB
CMYK
RGB Variations
Color information
#E3D3BB (or 0xE3D3BB) is known color: Spanish White. HEX triplet: E3, D3 and BB. RGB value is (227,211,187). Sum of RGB (Red+Green+Blue) = 227+211+187=625 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.32% from 625); Green value is 211 (82.81% from 255 or 33.76% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D3BB is #1C2C44. Grayscale: #D5D5D5. Windows color (decimal): -1846341 or 12309475. OLE color: 12309475.
HSL color Cylindrical-coordinate representation of color #E3D3BB: hue angle of 36º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E3D3BB is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 211 | 187 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.11 |
| HSL | 36º | 0.42% | 0.81% | - |
| HSV(B) | 36º | 0.18% | 0.89% | - |
| XYZ | 63.94 | 66.51 | 56.48 | - |
| YUV | 213.05 | 113.3 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 211 | 187 | 0 | 0.07 | 0.18 | 0.11 | 36 | 0.42 | 0.81 |
| Hex | E3 | D3 | BB | 0 | 7 | 12 | B | 24 | 2A | 51 |
| Octal | 343 | 323 | 273 | 0 | 7 | 22 | 13 | 44 | 52 | 121 |
| Binary | 11100011 | 11010011 | 10111011 | 0 | 111 | 10010 | 1011 | 100100 | 101010 | 1010001 |
Color Harmonies of #E3D3BB
Complementary color
Monochromatic Colors of #E3D3BB
Black with #E3D3BB
Text Example
Text Example
White with #E3D3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D3BB; }
p { color: rgb(227,211,187); }
H1.HeaderClassName
{
color: #E3D3BB;
}
.AnyTagClassName
{
color: #E3D3BB;
}
</style>
background-color css
<style>
a { background-color: #E3D3BB; }
a { background-color: rgb(227,211,187); }
div.DivClassName
{
background-color: #E3D3BB;
}
.BgClassName
{
background-color: #E3D3BB;
}
</style>
border-color css
<style>
span { border-color: #E3D3BB; }
span { border-color: rgb(227,211,187); }
td.TdClassName
{
border-color: #E3D3BB;
}
.TagClassName
{
border-color: #E3D3BB;
}
</style>