#E9E1DF

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

Shades of Soft Peach #E9E1DF

Tints of Soft Peach #E9E1DF

Color information

#E9E1DF (or 0xE9E1DF) is unknown color: approx Soft Peach. HEX triplet: E9, E1 and DF. RGB value is (233,225,223). Sum of RGB (Red+Green+Blue) = 233+225+223=681 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.21% from 681); Green value is 225 (88.28% from 255 or 33.04% from 681); Blue value is 223 (87.5% from 255 or 32.75% from 681); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E1DF is #161E20. Grayscale: #E3E3E3. Windows color (decimal): -1449505 or 14672361. OLE color: 14672361.

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

Color convert

RGB233225223-
CMYK00.030.040.09
HSL12º18.52%89.41%-
HSV(B)12º4.29%91.37%-
XYZ73.8576.580.69-
YUV227.16125.65132.16-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.21%
GREEN value IS 225 (88.28% from 255) = 33.04%
BLUE value IS 223 (87.5% from 255) = 32.75%
R=34.21%
G=33.04%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322522300.030.040.091218.5289.41
HexE9E1DF0349c1359
Octal351341337034111423131
Binary11101001111000011101111101110010011100100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E1DF; }

 p { color: rgb(233,225,223); }

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

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

 a { background-color: rgb(233,225,223); }

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

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

 span { border-color: rgb(233,225,223); }

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