Shades of Spanish White #E4D4BC
Tints of Spanish White #E4D4BC
RGB
CMYK
RGB Variations
Color information
#E4D4BC (or 0xE4D4BC) is known color: Spanish White. HEX triplet: E4, D4 and BC. RGB value is (228,212,188). Sum of RGB (Red+Green+Blue) = 228+212+188=628 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.31% from 628); Green value is 212 (83.20% from 255 or 33.76% from 628); Blue value is 188 (73.83% from 255 or 29.94% from 628); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4D4BC is #1B2B43. Grayscale: #D6D6D6. Windows color (decimal): -1780548 or 12375268. OLE color: 12375268.
HSL color Cylindrical-coordinate representation of color #E4D4BC: hue angle of 36º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4D4BC is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 212 | 188 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.11 |
| HSL | 36º | 0.43% | 0.82% | - |
| HSV(B) | 36º | 0.18% | 0.89% | - |
| XYZ | 64.62 | 67.21 | 57.14 | - |
| YUV | 214.05 | 113.3 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 212 | 188 | 0 | 0.07 | 0.18 | 0.11 | 36 | 0.43 | 0.82 |
| Hex | E4 | D4 | BC | 0 | 7 | 12 | B | 24 | 2B | 52 |
| Octal | 344 | 324 | 274 | 0 | 7 | 22 | 13 | 44 | 53 | 122 |
| Binary | 11100100 | 11010100 | 10111100 | 0 | 111 | 10010 | 1011 | 100100 | 101011 | 1010010 |
Color Harmonies of #E4D4BC
Complementary color
Monochromatic Colors of #E4D4BC
Black with #E4D4BC
Text Example
Text Example
White with #E4D4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D4BC; }
p { color: rgb(228,212,188); }
H1.HeaderClassName
{
color: #E4D4BC;
}
.AnyTagClassName
{
color: #E4D4BC;
}
</style>
background-color css
<style>
a { background-color: #E4D4BC; }
a { background-color: rgb(228,212,188); }
div.DivClassName
{
background-color: #E4D4BC;
}
.BgClassName
{
background-color: #E4D4BC;
}
</style>
border-color css
<style>
span { border-color: #E4D4BC; }
span { border-color: rgb(228,212,188); }
td.TdClassName
{
border-color: #E4D4BC;
}
.TagClassName
{
border-color: #E4D4BC;
}
</style>