Shades of Half And Half #EEEBCB
Tints of Half And Half #EEEBCB
RGB
CMYK
RGB Variations
Color information
#EEEBCB (or 0xEEEBCB) is known color: Half And Half. HEX triplet: EE, EB and CB. RGB value is (238,235,203). Sum of RGB (Red+Green+Blue) = 238+235+203=676 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.21% from 676); Green value is 235 (92.19% from 255 or 34.76% from 676); Blue value is 203 (79.69% from 255 or 30.03% from 676); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEBCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEBCB is #111434. Grayscale: #E8E8E8. Windows color (decimal): -1119285 or 13364206. OLE color: 13364206.
HSL color Cylindrical-coordinate representation of color #EEEBCB: hue angle of 54.86º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EEEBCB is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 235 | 203 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.07 |
| HSL | 54.86º | 0.51% | 0.86% | - |
| HSV(B) | 54.86º | 0.15% | 0.93% | - |
| XYZ | 75.75 | 81.91 | 68.32 | - |
| YUV | 232.25 | 111.49 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 235 | 203 | 0 | 0.01 | 0.15 | 0.07 | 54.86 | 0.51 | 0.86 |
| Hex | EE | EB | CB | 0 | 1 | F | 7 | 37 | 33 | 56 |
| Octal | 356 | 353 | 313 | 0 | 1 | 17 | 7 | 67 | 63 | 126 |
| Binary | 11101110 | 11101011 | 11001011 | 0 | 1 | 1111 | 111 | 110111 | 110011 | 1010110 |
Color Harmonies of #EEEBCB
Complementary color
Monochromatic Colors of #EEEBCB
Black with #EEEBCB
Text Example
Text Example
White with #EEEBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEBCB; }
p { color: rgb(238,235,203); }
H1.HeaderClassName
{
color: #EEEBCB;
}
.AnyTagClassName
{
color: #EEEBCB;
}
</style>
background-color css
<style>
a { background-color: #EEEBCB; }
a { background-color: rgb(238,235,203); }
div.DivClassName
{
background-color: #EEEBCB;
}
.BgClassName
{
background-color: #EEEBCB;
}
</style>
border-color css
<style>
span { border-color: #EEEBCB; }
span { border-color: rgb(238,235,203); }
td.TdClassName
{
border-color: #EEEBCB;
}
.TagClassName
{
border-color: #EEEBCB;
}
</style>