#E7E4CF

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

Shades of Half And Half #E7E4CF

Tints of Half And Half #E7E4CF

Color information

#E7E4CF (or 0xE7E4CF) is unknown color: approx Half And Half. HEX triplet: E7, E4 and CF. RGB value is (231,228,207). Sum of RGB (Red+Green+Blue) = 231+228+207=666 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.68% from 666); Green value is 228 (89.45% from 255 or 34.23% from 666); Blue value is 207 (81.25% from 255 or 31.08% from 666); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E4CF is #181B30. Grayscale: #E2E2E2. Windows color (decimal): -1579825 or 13624551. OLE color: 13624551.

HSL color Cylindrical-coordinate representation of color #E7E4CF: hue angle of 52.5º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7E4CF is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB231228207-
CMYK00.010.100.09
HSL52.5º33.33%85.88%-
HSV(B)52.5º10.39%90.59%-
XYZ71.9676.9870.1-
YUV226.5116.99131.21-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.68%
GREEN value IS 228 (89.45% from 255) = 34.23%
BLUE value IS 207 (81.25% from 255) = 31.08%
R=34.68%
G=34.23%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122820700.010.100.0952.533.3385.88
HexE7E4CF01A9342156
Octal3473443170112116441126
Binary11100111111001001100111101101010011101001000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E4CF; }

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

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

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

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

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

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

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

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