Shades of Spanish White #E2D2BD
Tints of Spanish White #E2D2BD
RGB
CMYK
RGB Variations
Color information
#E2D2BD (or 0xE2D2BD) is known color: Spanish White. HEX triplet: E2, D2 and BD. RGB value is (226,210,189). Sum of RGB (Red+Green+Blue) = 226+210+189=625 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.16% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D2BD is #1D2D42. Grayscale: #D4D4D4. Windows color (decimal): -1912131 or 12440290. OLE color: 12440290.
HSL color Cylindrical-coordinate representation of color #E2D2BD: hue angle of 34.05º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2D2BD is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 210 | 189 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.11 |
| HSL | 34.05º | 0.39% | 0.81% | - |
| HSV(B) | 34.05º | 0.16% | 0.89% | - |
| XYZ | 63.6 | 65.94 | 57.52 | - |
| YUV | 212.39 | 114.8 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 210 | 189 | 0 | 0.07 | 0.16 | 0.11 | 34.05 | 0.39 | 0.81 |
| Hex | E2 | D2 | BD | 0 | 7 | 10 | B | 22 | 27 | 51 |
| Octal | 342 | 322 | 275 | 0 | 7 | 20 | 13 | 42 | 47 | 121 |
| Binary | 11100010 | 11010010 | 10111101 | 0 | 111 | 10000 | 1011 | 100010 | 100111 | 1010001 |
Color Harmonies of #E2D2BD
Complementary color
Monochromatic Colors of #E2D2BD
Black with #E2D2BD
Text Example
Text Example
White with #E2D2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D2BD; }
p { color: rgb(226,210,189); }
H1.HeaderClassName
{
color: #E2D2BD;
}
.AnyTagClassName
{
color: #E2D2BD;
}
</style>
background-color css
<style>
a { background-color: #E2D2BD; }
a { background-color: rgb(226,210,189); }
div.DivClassName
{
background-color: #E2D2BD;
}
.BgClassName
{
background-color: #E2D2BD;
}
</style>
border-color css
<style>
span { border-color: #E2D2BD; }
span { border-color: rgb(226,210,189); }
td.TdClassName
{
border-color: #E2D2BD;
}
.TagClassName
{
border-color: #E2D2BD;
}
</style>