Shades of Half And Half #E8E6CB
Tints of Half And Half #E8E6CB
RGB
CMYK
RGB Variations
Color information
#E8E6CB (or 0xE8E6CB) is known color: Half And Half. HEX triplet: E8, E6 and CB. RGB value is (232,230,203). Sum of RGB (Red+Green+Blue) = 232+230+203=665 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.89% from 665); Green value is 230 (90.23% from 255 or 34.59% from 665); Blue value is 203 (79.69% from 255 or 30.53% from 665); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E6CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8E6CB is #171934. Grayscale: #E3E3E3. Windows color (decimal): -1513781 or 13362920. OLE color: 13362920.
HSL color Cylindrical-coordinate representation of color #E8E6CB: hue angle of 55.86º degrees, saturation: 0.39, 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 #E8E6CB is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 230 | 203 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.09 |
| HSL | 55.86º | 0.39% | 0.85% | - |
| HSV(B) | 55.86º | 0.13% | 0.91% | - |
| XYZ | 72.36 | 78.06 | 67.75 | - |
| YUV | 227.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 230 | 203 | 0 | 0.01 | 0.12 | 0.09 | 55.86 | 0.39 | 0.85 |
| Hex | E8 | E6 | CB | 0 | 1 | C | 9 | 38 | 27 | 55 |
| Octal | 350 | 346 | 313 | 0 | 1 | 14 | 11 | 70 | 47 | 125 |
| Binary | 11101000 | 11100110 | 11001011 | 0 | 1 | 1100 | 1001 | 111000 | 100111 | 1010101 |
Color Harmonies of #E8E6CB
Complementary color
Monochromatic Colors of #E8E6CB
Black with #E8E6CB
Text Example
Text Example
White with #E8E6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E6CB; }
p { color: rgb(232,230,203); }
H1.HeaderClassName
{
color: #E8E6CB;
}
.AnyTagClassName
{
color: #E8E6CB;
}
</style>
background-color css
<style>
a { background-color: #E8E6CB; }
a { background-color: rgb(232,230,203); }
div.DivClassName
{
background-color: #E8E6CB;
}
.BgClassName
{
background-color: #E8E6CB;
}
</style>
border-color css
<style>
span { border-color: #E8E6CB; }
span { border-color: rgb(232,230,203); }
td.TdClassName
{
border-color: #E8E6CB;
}
.TagClassName
{
border-color: #E8E6CB;
}
</style>