#EEEBCB

Color #EEEBCB Half And Half (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half And Half #EEEBCB

Tints of Half And Half #EEEBCB

Color information

#EEEBCB (or 0xEEEBCB) is unknown color: approx 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

RGB238235203-
CMYK00.010.150.07
HSL54.86º50.72%86.47%-
HSV(B)54.86º14.71%93.33%-
XYZ75.7581.9168.32-
YUV232.25111.49132.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 35.21%
GREEN value IS 235 (92.19% from 255) = 34.76%
BLUE value IS 203 (79.69% from 255) = 30.03%
R=35.21%
G=34.76%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823520300.010.150.0754.8650.7286.47
HexEEEBCB01F7373356
Octal356353313011776763126
Binary1110111011101011110010110111111111101111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>