Shades of Solitaire #E4D4BD
Tints of Solitaire #E4D4BD
RGB
CMYK
RGB Variations
Color information
#E4D4BD (or 0xE4D4BD) is known color: Solitaire. HEX triplet: E4, D4 and BD. RGB value is (228,212,189). Sum of RGB (Red+Green+Blue) = 228+212+189=629 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.25% from 629); Green value is 212 (83.20% from 255 or 33.70% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4D4BD is #1B2B42. Grayscale: #D6D6D6. Windows color (decimal): -1780547 or 12440804. OLE color: 12440804.
HSL color Cylindrical-coordinate representation of color #E4D4BD: hue angle of 35.38º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E4D4BD is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 212 | 189 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.11 |
| HSL | 35.38º | 0.42% | 0.82% | - |
| HSV(B) | 35.38º | 0.17% | 0.89% | - |
| XYZ | 64.72 | 67.26 | 57.71 | - |
| YUV | 214.16 | 113.8 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 212 | 189 | 0 | 0.07 | 0.17 | 0.11 | 35.38 | 0.42 | 0.82 |
| Hex | E4 | D4 | BD | 0 | 7 | 11 | B | 23 | 2A | 52 |
| Octal | 344 | 324 | 275 | 0 | 7 | 21 | 13 | 43 | 52 | 122 |
| Binary | 11100100 | 11010100 | 10111101 | 0 | 111 | 10001 | 1011 | 100011 | 101010 | 1010010 |
Color Harmonies of #E4D4BD
Complementary color
Monochromatic Colors of #E4D4BD
Black with #E4D4BD
Text Example
Text Example
White with #E4D4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D4BD; }
p { color: rgb(228,212,189); }
H1.HeaderClassName
{
color: #E4D4BD;
}
.AnyTagClassName
{
color: #E4D4BD;
}
</style>
background-color css
<style>
a { background-color: #E4D4BD; }
a { background-color: rgb(228,212,189); }
div.DivClassName
{
background-color: #E4D4BD;
}
.BgClassName
{
background-color: #E4D4BD;
}
</style>
border-color css
<style>
span { border-color: #E4D4BD; }
span { border-color: rgb(228,212,189); }
td.TdClassName
{
border-color: #E4D4BD;
}
.TagClassName
{
border-color: #E4D4BD;
}
</style>