#E7E5CD

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

Shades of Half And Half #E7E5CD

Tints of Half And Half #E7E5CD

Color information

#E7E5CD (or 0xE7E5CD) is unknown color: approx Half And Half. HEX triplet: E7, E5 and CD. RGB value is (231,229,205). Sum of RGB (Red+Green+Blue) = 231+229+205=665 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.74% from 665); Green value is 229 (89.84% from 255 or 34.44% from 665); Blue value is 205 (80.47% from 255 or 30.83% from 665); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E5CD is #181A32. Grayscale: #E2E2E2. Windows color (decimal): -1579571 or 13493735. OLE color: 13493735.

HSL color Cylindrical-coordinate representation of color #E7E5CD: hue angle of 55.38º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7E5CD is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB231229205-
CMYK00.010.110.09
HSL55.38º35.14%85.49%-
HSV(B)55.38º11.26%90.59%-
XYZ71.9977.4468.91-
YUV226.86115.66130.95-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.74%
GREEN value IS 229 (89.84% from 255) = 34.44%
BLUE value IS 205 (80.47% from 255) = 30.83%
R=34.74%
G=34.44%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122920500.010.110.0955.3835.1485.49
HexE7E5CD01B9372355
Octal3473453150113116743125
Binary11100111111001011100110101101110011101111000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E5CD; }

 p { color: rgb(231,229,205); }

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

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

 a { background-color: rgb(231,229,205); }

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

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

 span { border-color: rgb(231,229,205); }

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