#EDDFDF

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

Shades of Soft Peach #EDDFDF

Tints of Soft Peach #EDDFDF

Color information

#EDDFDF (or 0xEDDFDF) is unknown color: approx Soft Peach. HEX triplet: ED, DF and DF. RGB value is (237,223,223). Sum of RGB (Red+Green+Blue) = 237+223+223=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 223 (87.5% from 255 or 32.65% from 683); Blue value is 223 (87.5% from 255 or 32.65% from 683); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFDF is #122020. Grayscale: #E3E3E3. Windows color (decimal): -1187873 or 14671853. OLE color: 14671853.

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

Color convert

RGB237223223-
CMYK00.060.060.07
HSL28%90.2%-
HSV(B)5.91%92.94%-
XYZ74.6376.1180.57-
YUV227.19125.64135-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.70%
GREEN value IS 223 (87.5% from 255) = 32.65%
BLUE value IS 223 (87.5% from 255) = 32.65%
R=34.70%
G=32.65%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722322300.060.060.0702890.2
HexEDDFDF066701c5a
Octal3553373370667034132
Binary11101101110111111101111101101101110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDFDF; }

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

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

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

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

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

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

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

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