#ECE7CB

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

Shades of Half And Half #ECE7CB

Tints of Half And Half #ECE7CB

Color information

#ECE7CB (or 0xECE7CB) is unknown color: approx Half And Half. HEX triplet: EC, E7 and CB. RGB value is (236,231,203). Sum of RGB (Red+Green+Blue) = 236+231+203=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 231 (90.62% from 255 or 34.48% from 670); Blue value is 203 (79.69% from 255 or 30.30% from 670); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE7CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE7CB is #131834. Grayscale: #E5E5E5. Windows color (decimal): -1251381 or 13363180. OLE color: 13363180.

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

Color convert

RGB236231203-
CMYK00.020.140.07
HSL50.91º46.48%86.08%-
HSV(B)50.91º13.98%92.55%-
XYZ73.9579.367.91-
YUV229.3113.16132.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.22%
GREEN value IS 231 (90.62% from 255) = 34.48%
BLUE value IS 203 (79.69% from 255) = 30.30%
R=35.22%
G=34.48%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623120300.020.140.0750.9146.4886.08
HexECE7CB02E7332e56
Octal354347313021676356126
Binary11101100111001111100101101011101111100111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE7CB; }

 p { color: rgb(236,231,203); }

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

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

 a { background-color: rgb(236,231,203); }

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

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

 span { border-color: rgb(236,231,203); }

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