Shades of Spanish White #E4D2BB
Tints of Spanish White #E4D2BB
RGB
CMYK
RGB Variations
Color information
#E4D2BB (or 0xE4D2BB) is known color: Spanish White. HEX triplet: E4, D2 and BB. RGB value is (228,210,187). Sum of RGB (Red+Green+Blue) = 228+210+187=625 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.48% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4D2BB is #1B2D44. Grayscale: #D4D4D4. Windows color (decimal): -1781061 or 12309220. OLE color: 12309220.
HSL color Cylindrical-coordinate representation of color #E4D2BB: hue angle of 33.66º degrees, saturation: 0.43, 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 #E4D2BB is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 210 | 187 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.11 |
| HSL | 33.66º | 0.43% | 0.81% | - |
| HSV(B) | 33.66º | 0.18% | 0.89% | - |
| XYZ | 64.01 | 66.18 | 56.41 | - |
| YUV | 212.76 | 113.46 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 210 | 187 | 0 | 0.08 | 0.18 | 0.11 | 33.66 | 0.43 | 0.81 |
| Hex | E4 | D2 | BB | 0 | 8 | 12 | B | 22 | 2B | 51 |
| Octal | 344 | 322 | 273 | 0 | 10 | 22 | 13 | 42 | 53 | 121 |
| Binary | 11100100 | 11010010 | 10111011 | 0 | 1000 | 10010 | 1011 | 100010 | 101011 | 1010001 |
Color Harmonies of #E4D2BB
Complementary color
Monochromatic Colors of #E4D2BB
Black with #E4D2BB
Text Example
Text Example
White with #E4D2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D2BB; }
p { color: rgb(228,210,187); }
H1.HeaderClassName
{
color: #E4D2BB;
}
.AnyTagClassName
{
color: #E4D2BB;
}
</style>
background-color css
<style>
a { background-color: #E4D2BB; }
a { background-color: rgb(228,210,187); }
div.DivClassName
{
background-color: #E4D2BB;
}
.BgClassName
{
background-color: #E4D2BB;
}
</style>
border-color css
<style>
span { border-color: #E4D2BB; }
span { border-color: rgb(228,210,187); }
td.TdClassName
{
border-color: #E4D2BB;
}
.TagClassName
{
border-color: #E4D2BB;
}
</style>