#EFDDDB

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

Shades of Soft Peach #EFDDDB

Tints of Soft Peach #EFDDDB

Color information

#EFDDDB (or 0xEFDDDB) is unknown color: approx Soft Peach. HEX triplet: EF, DD and DB. RGB value is (239,221,219). Sum of RGB (Red+Green+Blue) = 239+221+219=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 221 (86.72% from 255 or 32.55% from 679); Blue value is 219 (85.94% from 255 or 32.25% from 679); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDDB is #102224. Grayscale: #E2E2E2. Windows color (decimal): -1057317 or 14409199. OLE color: 14409199.

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

Color convert

RGB239221219-
CMYK00.080.080.06
HSL38.46%89.8%-
HSV(B)8.37%93.73%-
XYZ74.2475.1877.62-
YUV226.15123.96137.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.20%
GREEN value IS 221 (86.72% from 255) = 32.55%
BLUE value IS 219 (85.94% from 255) = 32.25%
R=35.20%
G=32.55%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922121900.080.080.06638.4689.8
HexEFDDDB08866265a
Octal357335333010106646132
Binary1110111111011101110110110100010001101101001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDDDB; }

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

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

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

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

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

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

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

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