#EFDAD9

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

Shades of Soft Peach #EFDAD9

Tints of Soft Peach #EFDAD9

Color information

#EFDAD9 (or 0xEFDAD9) is unknown color: approx Soft Peach. HEX triplet: EF, DA and D9. RGB value is (239,218,217). Sum of RGB (Red+Green+Blue) = 239+218+217=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 217 (85.16% from 255 or 32.20% from 674); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDAD9 is #102526. Grayscale: #E0E0E0. Windows color (decimal): -1058087 or 14277359. OLE color: 14277359.

HSL color Cylindrical-coordinate representation of color #EFDAD9: hue angle of 2.73º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFDAD9 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB239218217-
CMYK00.090.090.06
HSL2.73º40.74%89.41%-
HSV(B)2.73º9.21%93.73%-
XYZ73.1973.575.98-
YUV224.16123.96138.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.46%
GREEN value IS 218 (85.55% from 255) = 32.34%
BLUE value IS 217 (85.16% from 255) = 32.20%
R=35.46%
G=32.34%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921821700.090.090.062.7340.7489.41
HexEFDAD9099632959
Octal357332331011116351131
Binary111011111101101011011001010011001110111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDAD9; }

 p { color: rgb(239,218,217); }

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

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

 a { background-color: rgb(239,218,217); }

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

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

 span { border-color: rgb(239,218,217); }

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