Shades of Half And Half #E7E6C8
Tints of Half And Half #E7E6C8
RGB
CMYK
RGB Variations
Color information
#E7E6C8 (or 0xE7E6C8) is known color: Half And Half. HEX triplet: E7, E6 and C8. RGB value is (231,230,200). Sum of RGB (Red+Green+Blue) = 231+230+200=661 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.95% from 661); Green value is 230 (90.23% from 255 or 34.80% from 661); Blue value is 200 (78.52% from 255 or 30.26% from 661); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E6C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7E6C8 is #181937. Grayscale: #E3E3E3. Windows color (decimal): -1579320 or 13166311. OLE color: 13166311.
HSL color Cylindrical-coordinate representation of color #E7E6C8: hue angle of 58.06º 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 #E7E6C8 is Cyan = 0, Magento = 0.00, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 230 | 200 | - |
| CMYK | 0 | 0.00 | 0.13 | 0.09 |
| HSL | 58.06º | 0.39% | 0.85% | - |
| HSV(B) | 58.06º | 0.13% | 0.91% | - |
| XYZ | 71.68 | 77.75 | 65.87 | - |
| YUV | 226.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 230 | 200 | 0 | 0.00 | 0.13 | 0.09 | 58.06 | 0.39 | 0.85 |
| Hex | E7 | E6 | C8 | 0 | 0 | D | 9 | 3A | 27 | 55 |
| Octal | 347 | 346 | 310 | 0 | 0 | 15 | 11 | 72 | 47 | 125 |
| Binary | 11100111 | 11100110 | 11001000 | 0 | 0 | 1101 | 1001 | 111010 | 100111 | 1010101 |
Color Harmonies of #E7E6C8
Complementary color
Monochromatic Colors of #E7E6C8
Black with #E7E6C8
Text Example
Text Example
White with #E7E6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E6C8; }
p { color: rgb(231,230,200); }
H1.HeaderClassName
{
color: #E7E6C8;
}
.AnyTagClassName
{
color: #E7E6C8;
}
</style>
background-color css
<style>
a { background-color: #E7E6C8; }
a { background-color: rgb(231,230,200); }
div.DivClassName
{
background-color: #E7E6C8;
}
.BgClassName
{
background-color: #E7E6C8;
}
</style>
border-color css
<style>
span { border-color: #E7E6C8; }
span { border-color: rgb(231,230,200); }
td.TdClassName
{
border-color: #E7E6C8;
}
.TagClassName
{
border-color: #E7E6C8;
}
</style>