Shades of Half And Half #E7E4CF
Tints of Half And Half #E7E4CF
RGB
CMYK
RGB Variations
Color information
#E7E4CF (or 0xE7E4CF) is known color: Half And Half. HEX triplet: E7, E4 and CF. RGB value is (231,228,207). Sum of RGB (Red+Green+Blue) = 231+228+207=666 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.68% from 666); Green value is 228 (89.45% from 255 or 34.23% from 666); Blue value is 207 (81.25% from 255 or 31.08% from 666); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E4CF is #181B30. Grayscale: #E2E2E2. Windows color (decimal): -1579825 or 13624551. OLE color: 13624551.
HSL color Cylindrical-coordinate representation of color #E7E4CF: hue angle of 52.5º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7E4CF is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 228 | 207 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.09 |
| HSL | 52.5º | 0.33% | 0.86% | - |
| HSV(B) | 52.5º | 0.1% | 0.91% | - |
| XYZ | 71.96 | 76.98 | 70.1 | - |
| YUV | 226.5 | 116.99 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 228 | 207 | 0 | 0.01 | 0.10 | 0.09 | 52.5 | 0.33 | 0.86 |
| Hex | E7 | E4 | CF | 0 | 1 | A | 9 | 34 | 21 | 56 |
| Octal | 347 | 344 | 317 | 0 | 1 | 12 | 11 | 64 | 41 | 126 |
| Binary | 11100111 | 11100100 | 11001111 | 0 | 1 | 1010 | 1001 | 110100 | 100001 | 1010110 |
Color Harmonies of #E7E4CF
Complementary color
Monochromatic Colors of #E7E4CF
Black with #E7E4CF
Text Example
Text Example
White with #E7E4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E4CF; }
p { color: rgb(231,228,207); }
H1.HeaderClassName
{
color: #E7E4CF;
}
.AnyTagClassName
{
color: #E7E4CF;
}
</style>
background-color css
<style>
a { background-color: #E7E4CF; }
a { background-color: rgb(231,228,207); }
div.DivClassName
{
background-color: #E7E4CF;
}
.BgClassName
{
background-color: #E7E4CF;
}
</style>
border-color css
<style>
span { border-color: #E7E4CF; }
span { border-color: rgb(231,228,207); }
td.TdClassName
{
border-color: #E7E4CF;
}
.TagClassName
{
border-color: #E7E4CF;
}
</style>