Shades of Half And Half #E7E5CC
Tints of Half And Half #E7E5CC
RGB
CMYK
RGB Variations
Color information
#E7E5CC (or 0xE7E5CC) is known color: Half And Half. HEX triplet: E7, E5 and CC. RGB value is (231,229,204). Sum of RGB (Red+Green+Blue) = 231+229+204=664 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.79% from 664); Green value is 229 (89.84% from 255 or 34.49% from 664); Blue value is 204 (80.08% from 255 or 30.72% from 664); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E5CC is #181A33. Grayscale: #E2E2E2. Windows color (decimal): -1579572 or 13428199. OLE color: 13428199.
HSL color Cylindrical-coordinate representation of color #E7E5CC: hue angle of 55.56º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E7E5CC is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 229 | 204 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.09 |
| HSL | 55.56º | 0.36% | 0.85% | - |
| HSV(B) | 55.56º | 0.12% | 0.91% | - |
| XYZ | 71.87 | 77.39 | 68.28 | - |
| YUV | 226.75 | 115.16 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 229 | 204 | 0 | 0.01 | 0.12 | 0.09 | 55.56 | 0.36 | 0.85 |
| Hex | E7 | E5 | CC | 0 | 1 | C | 9 | 38 | 24 | 55 |
| Octal | 347 | 345 | 314 | 0 | 1 | 14 | 11 | 70 | 44 | 125 |
| Binary | 11100111 | 11100101 | 11001100 | 0 | 1 | 1100 | 1001 | 111000 | 100100 | 1010101 |
Color Harmonies of #E7E5CC
Complementary color
Monochromatic Colors of #E7E5CC
Black with #E7E5CC
Text Example
Text Example
White with #E7E5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E5CC; }
p { color: rgb(231,229,204); }
H1.HeaderClassName
{
color: #E7E5CC;
}
.AnyTagClassName
{
color: #E7E5CC;
}
</style>
background-color css
<style>
a { background-color: #E7E5CC; }
a { background-color: rgb(231,229,204); }
div.DivClassName
{
background-color: #E7E5CC;
}
.BgClassName
{
background-color: #E7E5CC;
}
</style>
border-color css
<style>
span { border-color: #E7E5CC; }
span { border-color: rgb(231,229,204); }
td.TdClassName
{
border-color: #E7E5CC;
}
.TagClassName
{
border-color: #E7E5CC;
}
</style>