#E7E0DF

Color #E7E0DF Soft Peach (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soft Peach #E7E0DF

Tints of Soft Peach #E7E0DF

Color information

#E7E0DF (or 0xE7E0DF) is unknown color: approx Soft Peach. HEX triplet: E7, E0 and DF. RGB value is (231,224,223). Sum of RGB (Red+Green+Blue) = 231+224+223=678 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.07% from 678); Green value is 224 (87.89% from 255 or 33.04% from 678); Blue value is 223 (87.5% from 255 or 32.89% from 678); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E0DF is #181F20. Grayscale: #E1E1E1. Windows color (decimal): -1580833 or 14672103. OLE color: 14672103.

HSL color Cylindrical-coordinate representation of color #E7E0DF: hue angle of 7.5º degrees, saturation: 0.14, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E7E0DF is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB231224223-
CMYK00.030.030.09
HSL7.5º14.29%89.02%-
HSV(B)7.5º3.46%90.59%-
XYZ72.9375.6380.57-
YUV225.98126.32131.58-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.07%
GREEN value IS 224 (87.89% from 255) = 33.04%
BLUE value IS 223 (87.5% from 255) = 32.89%
R=34.07%
G=33.04%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122422300.030.030.097.514.2989.02
HexE7E0DF03398e59
Octal347340337033111016131
Binary111001111110000011011111011111001100011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E0DF; }

 p { color: rgb(231,224,223); }

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

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

 a { background-color: rgb(231,224,223); }

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

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

 span { border-color: rgb(231,224,223); }

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