#E7E4CD

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

Shades of Half And Half #E7E4CD

Tints of Half And Half #E7E4CD

Color information

#E7E4CD (or 0xE7E4CD) is unknown color: approx Half And Half. HEX triplet: E7, E4 and CD. RGB value is (231,228,205). Sum of RGB (Red+Green+Blue) = 231+228+205=664 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.79% from 664); Green value is 228 (89.45% from 255 or 34.34% from 664); Blue value is 205 (80.47% from 255 or 30.87% from 664); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E4CD is #181B32. Grayscale: #E2E2E2. Windows color (decimal): -1579827 or 13493479. OLE color: 13493479.

HSL color Cylindrical-coordinate representation of color #E7E4CD: hue angle of 53.08º 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 #E7E4CD is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB231228205-
CMYK00.010.110.09
HSL53.08º35.14%85.49%-
HSV(B)53.08º11.26%90.59%-
XYZ71.7276.8868.82-
YUV226.27115.99131.37-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.79%
GREEN value IS 228 (89.45% from 255) = 34.34%
BLUE value IS 205 (80.47% from 255) = 30.87%
R=34.79%
G=34.34%
B=30.87%

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
Decimal23122820500.010.110.0953.0835.1485.49
HexE7E4CD01B9352355
Octal3473443150113116543125
Binary11100111111001001100110101101110011101011000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E4CD; }

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

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

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

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

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

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

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

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