Shades of Half And Half #E7E5C8
Tints of Half And Half #E7E5C8
RGB
CMYK
RGB Variations
Color information
#E7E5C8 (or 0xE7E5C8) is known color: Half And Half. HEX triplet: E7, E5 and C8. RGB value is (231,229,200). Sum of RGB (Red+Green+Blue) = 231+229+200=660 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35% from 660); Green value is 229 (89.84% from 255 or 34.70% from 660); Blue value is 200 (78.52% from 255 or 30.30% from 660); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E5C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E5C8 is #181A37. Grayscale: #E2E2E2. Windows color (decimal): -1579576 or 13166055. OLE color: 13166055.
HSL color Cylindrical-coordinate representation of color #E7E5C8: hue angle of 56.13º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7E5C8 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 229 | 200 | - |
CMYK | 0 | 0.01 | 0.13 | 0.09 |
HSL | 56.13º | 0.39% | 0.85% | - |
HSV(B) | 56.13º | 0.13% | 0.91% | - |
XYZ | 71.4 | 77.2 | 65.78 | - |
YUV | 226.29 | 113.16 | 131.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 229 | 200 | 0 | 0.01 | 0.13 | 0.09 | 56.13 | 0.39 | 0.85 |
Hex | E7 | E5 | C8 | 0 | 1 | D | 9 | 38 | 27 | 55 |
Octal | 347 | 345 | 310 | 0 | 1 | 15 | 11 | 70 | 47 | 125 |
Binary | 11100111 | 11100101 | 11001000 | 0 | 1 | 1101 | 1001 | 111000 | 100111 | 1010101 |
Color Harmonies of #E7E5C8
Complementary color
Monochromatic Colors of #E7E5C8
Black with #E7E5C8
Text Example
Text Example
White with #E7E5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E5C8; }
p { color: rgb(231,229,200); }
H1.HeaderClassName
{
color: #E7E5C8;
}
.AnyTagClassName
{
color: #E7E5C8;
}
</style>
background-color css
<style>
a { background-color: #E7E5C8; }
a { background-color: rgb(231,229,200); }
div.DivClassName
{
background-color: #E7E5C8;
}
.BgClassName
{
background-color: #E7E5C8;
}
</style>
border-color css
<style>
span { border-color: #E7E5C8; }
span { border-color: rgb(231,229,200); }
td.TdClassName
{
border-color: #E7E5C8;
}
.TagClassName
{
border-color: #E7E5C8;
}
</style>