Shades of Half And Half #EEEBC6
Tints of Half And Half #EEEBC6
RGB
CMYK
RGB Variations
Color information
#EEEBC6 (or 0xEEEBC6) is known color: Half And Half. HEX triplet: EE, EB and C6. RGB value is (238,235,198). Sum of RGB (Red+Green+Blue) = 238+235+198=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 198 (77.73% from 255 or 29.51% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEBC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEBC6 is #111439. Grayscale: #E7E7E7. Windows color (decimal): -1119290 or 13036526. OLE color: 13036526.
HSL color Cylindrical-coordinate representation of color #EEEBC6: hue angle of 55.5º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EEEBC6 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 235 | 198 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.07 |
| HSL | 55.5º | 0.54% | 0.85% | - |
| HSV(B) | 55.5º | 0.17% | 0.93% | - |
| XYZ | 75.16 | 81.67 | 65.23 | - |
| YUV | 231.68 | 108.99 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 235 | 198 | 0 | 0.01 | 0.17 | 0.07 | 55.5 | 0.54 | 0.85 |
| Hex | EE | EB | C6 | 0 | 1 | 11 | 7 | 38 | 36 | 55 |
| Octal | 356 | 353 | 306 | 0 | 1 | 21 | 7 | 70 | 66 | 125 |
| Binary | 11101110 | 11101011 | 11000110 | 0 | 1 | 10001 | 111 | 111000 | 110110 | 1010101 |
Color Harmonies of #EEEBC6
Complementary color
Monochromatic Colors of #EEEBC6
Black with #EEEBC6
Text Example
Text Example
White with #EEEBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEBC6; }
p { color: rgb(238,235,198); }
H1.HeaderClassName
{
color: #EEEBC6;
}
.AnyTagClassName
{
color: #EEEBC6;
}
</style>
background-color css
<style>
a { background-color: #EEEBC6; }
a { background-color: rgb(238,235,198); }
div.DivClassName
{
background-color: #EEEBC6;
}
.BgClassName
{
background-color: #EEEBC6;
}
</style>
border-color css
<style>
span { border-color: #EEEBC6; }
span { border-color: rgb(238,235,198); }
td.TdClassName
{
border-color: #EEEBC6;
}
.TagClassName
{
border-color: #EEEBC6;
}
</style>