#E9DFDF

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

Shades of Soft Peach #E9DFDF

Tints of Soft Peach #E9DFDF

Color information

#E9DFDF (or 0xE9DFDF) is unknown color: approx Soft Peach. HEX triplet: E9, DF and DF. RGB value is (233,223,223). Sum of RGB (Red+Green+Blue) = 233+223+223=679 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.32% from 679); Green value is 223 (87.5% from 255 or 32.84% from 679); Blue value is 223 (87.5% from 255 or 32.84% from 679); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DFDF is #162020. Grayscale: #E1E1E1. Windows color (decimal): -1450017 or 14671849. OLE color: 14671849.

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

Color convert

RGB233223223-
CMYK00.040.040.09
HSL18.52%89.41%-
HSV(B)4.29%91.37%-
XYZ73.3175.4380.51-
YUV225.99126.31133-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.32%
GREEN value IS 223 (87.5% from 255) = 32.84%
BLUE value IS 223 (87.5% from 255) = 32.84%
R=34.32%
G=32.84%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322322300.040.040.09018.5289.41
HexE9DFDF044901359
Octal35133733704411023131
Binary111010011101111111011111010010010010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DFDF; }

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

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

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

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

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

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

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

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