#EEEBCC

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

Shades of Half And Half #EEEBCC

Tints of Half And Half #EEEBCC

Color information

#EEEBCC (or 0xEEEBCC) is unknown color: approx Half And Half. HEX triplet: EE, EB and CC. RGB value is (238,235,204). Sum of RGB (Red+Green+Blue) = 238+235+204=677 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.16% from 677); Green value is 235 (92.19% from 255 or 34.71% from 677); Blue value is 204 (80.08% from 255 or 30.13% from 677); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEBCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEBCC is #111433. Grayscale: #E8E8E8. Windows color (decimal): -1119284 or 13429742. OLE color: 13429742.

HSL color Cylindrical-coordinate representation of color #EEEBCC: hue angle of 54.71º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EEEBCC is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB238235204-
CMYK00.010.140.07
HSL54.71º50%86.67%-
HSV(B)54.71º14.29%93.33%-
XYZ75.8781.9568.95-
YUV232.36111.99132.02-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.16%
GREEN value IS 235 (92.19% from 255) = 34.71%
BLUE value IS 204 (80.08% from 255) = 30.13%
R=35.16%
G=34.71%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823520400.010.140.0754.715086.67
HexEEEBCC01E7373257
Octal356353314011676762127
Binary1110111011101011110011000111101111101111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEBCC; }

 p { color: rgb(238,235,204); }

 H1.HeaderClassName
 {
   color: #EEEBCC;
 }
 .AnyTagClassName
 {
   color: #EEEBCC;
 }
</style>
background-color css

<style>
 a { background-color: #EEEBCC; }

 a { background-color: rgb(238,235,204); }

 div.DivClassName
 {
   background-color: #EEEBCC;
 }
 .BgClassName
 {
   background-color: #EEEBCC;
 }
</style>
border-color css

<style>
 span { border-color: #EEEBCC; }

 span { border-color: rgb(238,235,204); }

 td.TdClassName
 {
   border-color: #EEEBCC;
 }
 .TagClassName
 {
   border-color: #EEEBCC;
 }
</style>