Shades of Half And Half #E8E7CF
Tints of Half And Half #E8E7CF
RGB
CMYK
RGB Variations
Color information
#E8E7CF (or 0xE8E7CF) is known color: Half And Half. HEX triplet: E8, E7 and CF. RGB value is (232,231,207). Sum of RGB (Red+Green+Blue) = 232+231+207=670 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.63% from 670); Green value is 231 (90.62% from 255 or 34.48% from 670); Blue value is 207 (81.25% from 255 or 30.90% from 670); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E7CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8E7CF is #171830. Grayscale: #E4E4E4. Windows color (decimal): -1513521 or 13625320. OLE color: 13625320.
HSL color Cylindrical-coordinate representation of color #E8E7CF: hue angle of 57.6º degrees, saturation: 0.35, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E8E7CF is Cyan = 0, Magento = 0.00, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 231 | 207 | - |
| CMYK | 0 | 0.00 | 0.11 | 0.09 |
| HSL | 57.6º | 0.35% | 0.86% | - |
| HSV(B) | 57.6º | 0.11% | 0.91% | - |
| XYZ | 73.12 | 78.81 | 70.39 | - |
| YUV | 228.56 | 115.83 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 231 | 207 | 0 | 0.00 | 0.11 | 0.09 | 57.6 | 0.35 | 0.86 |
| Hex | E8 | E7 | CF | 0 | 0 | B | 9 | 3A | 23 | 56 |
| Octal | 350 | 347 | 317 | 0 | 0 | 13 | 11 | 72 | 43 | 126 |
| Binary | 11101000 | 11100111 | 11001111 | 0 | 0 | 1011 | 1001 | 111010 | 100011 | 1010110 |
Color Harmonies of #E8E7CF
Complementary color
Monochromatic Colors of #E8E7CF
Black with #E8E7CF
Text Example
Text Example
White with #E8E7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E7CF; }
p { color: rgb(232,231,207); }
H1.HeaderClassName
{
color: #E8E7CF;
}
.AnyTagClassName
{
color: #E8E7CF;
}
</style>
background-color css
<style>
a { background-color: #E8E7CF; }
a { background-color: rgb(232,231,207); }
div.DivClassName
{
background-color: #E8E7CF;
}
.BgClassName
{
background-color: #E8E7CF;
}
</style>
border-color css
<style>
span { border-color: #E8E7CF; }
span { border-color: rgb(232,231,207); }
td.TdClassName
{
border-color: #E8E7CF;
}
.TagClassName
{
border-color: #E8E7CF;
}
</style>