#EFDEDC

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

Shades of Soft Peach #EFDEDC

Tints of Soft Peach #EFDEDC

Color information

#EFDEDC (or 0xEFDEDC) is unknown color: approx Soft Peach. HEX triplet: EF, DE and DC. RGB value is (239,222,220). Sum of RGB (Red+Green+Blue) = 239+222+220=681 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.10% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 220 (86.33% from 255 or 32.31% from 681); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEDC is #102123. Grayscale: #E2E2E2. Windows color (decimal): -1057060 or 14474991. OLE color: 14474991.

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

Color convert

RGB239222220-
CMYK00.070.080.06
HSL6.32º37.25%90%-
HSV(B)6.32º7.95%93.73%-
XYZ74.6475.7678.4-
YUV226.86124.13136.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.10%
GREEN value IS 222 (87.11% from 255) = 32.60%
BLUE value IS 220 (86.33% from 255) = 32.31%
R=35.10%
G=32.60%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922222000.070.080.066.3237.2590
HexEFDEDC07866255a
Octal35733633407106645132
Binary111011111101111011011100011110001101101001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDEDC; }

 p { color: rgb(239,222,220); }

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

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

 a { background-color: rgb(239,222,220); }

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

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

 span { border-color: rgb(239,222,220); }

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