#EFDBD9

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

Shades of Soft Peach #EFDBD9

Tints of Soft Peach #EFDBD9

Color information

#EFDBD9 (or 0xEFDBD9) is unknown color: approx Soft Peach. HEX triplet: EF, DB and D9. RGB value is (239,219,217). Sum of RGB (Red+Green+Blue) = 239+219+217=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 219 (85.94% from 255 or 32.44% from 675); Blue value is 217 (85.16% from 255 or 32.15% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBD9 is #102426. Grayscale: #E0E0E0. Windows color (decimal): -1057831 or 14277615. OLE color: 14277615.

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

Color convert

RGB239219217-
CMYK00.080.090.06
HSL5.45º40.74%89.41%-
HSV(B)5.45º9.21%93.73%-
XYZ73.4574.0276.06-
YUV224.75123.63138.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.41%
GREEN value IS 219 (85.94% from 255) = 32.44%
BLUE value IS 217 (85.16% from 255) = 32.15%
R=35.41%
G=32.44%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921921700.080.090.065.4540.7489.41
HexEFDBD9089652959
Octal357333331010116551131
Binary1110111111011011110110010100010011101011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDBD9; }

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

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

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

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

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

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

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

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