#EFD9D8

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

Shades of Soft Peach #EFD9D8

Tints of Soft Peach #EFD9D8

Color information

#EFD9D8 (or 0xEFD9D8) is unknown color: approx Soft Peach. HEX triplet: EF, D9 and D8. RGB value is (239,217,216). Sum of RGB (Red+Green+Blue) = 239+217+216=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 217 (85.16% from 255 or 32.29% from 672); Blue value is 216 (84.77% from 255 or 32.14% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9D8 is #102627. Grayscale: #DFDFDF. Windows color (decimal): -1058344 or 14211567. OLE color: 14211567.

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

Color convert

RGB239217216-
CMYK00.090.100.06
HSL2.61º41.82%89.22%-
HSV(B)2.61º9.62%93.73%-
XYZ72.872.9375.21-
YUV223.46123.79139.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.57%
GREEN value IS 217 (85.16% from 255) = 32.29%
BLUE value IS 216 (84.77% from 255) = 32.14%
R=35.57%
G=32.29%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921721600.090.100.062.6141.8289.22
HexEFD9D809A632a59
Octal357331330011126352131
Binary111011111101100111011000010011010110111010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD9D8; }

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

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

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

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

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

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

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

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