Shades of Spanish White #E0D4BD
Tints of Spanish White #E0D4BD
RGB
CMYK
RGB Variations
Color information
#E0D4BD (or 0xE0D4BD) is known color: Spanish White. HEX triplet: E0, D4 and BD. RGB value is (224,212,189). Sum of RGB (Red+Green+Blue) = 224+212+189=625 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.84% from 625); Green value is 212 (83.20% from 255 or 33.92% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D4BD is #1F2B42. Grayscale: #D5D5D5. Windows color (decimal): -2042691 or 12440800. OLE color: 12440800.
HSL color Cylindrical-coordinate representation of color #E0D4BD: hue angle of 39.43º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0D4BD is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 212 | 189 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.12 |
| HSL | 39.43º | 0.36% | 0.81% | - |
| HSV(B) | 39.43º | 0.16% | 0.88% | - |
| XYZ | 63.47 | 66.61 | 57.66 | - |
| YUV | 212.97 | 114.48 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 212 | 189 | 0 | 0.05 | 0.16 | 0.12 | 39.43 | 0.36 | 0.81 |
| Hex | E0 | D4 | BD | 0 | 5 | 10 | C | 27 | 24 | 51 |
| Octal | 340 | 324 | 275 | 0 | 5 | 20 | 14 | 47 | 44 | 121 |
| Binary | 11100000 | 11010100 | 10111101 | 0 | 101 | 10000 | 1100 | 100111 | 100100 | 1010001 |
Color Harmonies of #E0D4BD
Complementary color
Monochromatic Colors of #E0D4BD
Black with #E0D4BD
Text Example
Text Example
White with #E0D4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D4BD; }
p { color: rgb(224,212,189); }
H1.HeaderClassName
{
color: #E0D4BD;
}
.AnyTagClassName
{
color: #E0D4BD;
}
</style>
background-color css
<style>
a { background-color: #E0D4BD; }
a { background-color: rgb(224,212,189); }
div.DivClassName
{
background-color: #E0D4BD;
}
.BgClassName
{
background-color: #E0D4BD;
}
</style>
border-color css
<style>
span { border-color: #E0D4BD; }
span { border-color: rgb(224,212,189); }
td.TdClassName
{
border-color: #E0D4BD;
}
.TagClassName
{
border-color: #E0D4BD;
}
</style>