#EDE1DF

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

Shades of Soft Peach #EDE1DF

Tints of Soft Peach #EDE1DF

Color information

#EDE1DF (or 0xEDE1DF) is unknown color: approx Soft Peach. HEX triplet: ED, E1 and DF. RGB value is (237,225,223). Sum of RGB (Red+Green+Blue) = 237+225+223=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 225 (88.28% from 255 or 32.85% from 685); Blue value is 223 (87.5% from 255 or 32.55% from 685); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE1DF is #121E20. Grayscale: #E4E4E4. Windows color (decimal): -1187361 or 14672365. OLE color: 14672365.

HSL color Cylindrical-coordinate representation of color #EDE1DF: hue angle of 8.57º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDE1DF is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB237225223-
CMYK00.050.060.07
HSL8.57º28%90.2%-
HSV(B)8.57º5.91%92.94%-
XYZ75.1777.1880.75-
YUV228.36124.98134.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.60%
GREEN value IS 225 (88.28% from 255) = 32.85%
BLUE value IS 223 (87.5% from 255) = 32.55%
R=34.60%
G=32.85%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722522300.050.060.078.572890.2
HexEDE1DF056791c5a
Octal35534133705671134132
Binary11101101111000011101111101011101111001111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE1DF; }

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

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

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

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

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

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

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

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