#EFDCDC

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

Shades of Soft Peach #EFDCDC

Tints of Soft Peach #EFDCDC

Color information

#EFDCDC (or 0xEFDCDC) is unknown color: approx Soft Peach. HEX triplet: EF, DC and DC. RGB value is (239,220,220). Sum of RGB (Red+Green+Blue) = 239+220+220=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 220 (86.33% from 255 or 32.40% from 679); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCDC is #102323. Grayscale: #E1E1E1. Windows color (decimal): -1057572 or 14474479. OLE color: 14474479.

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

Color convert

RGB239220220-
CMYK00.080.080.06
HSL37.25%90%-
HSV(B)7.95%93.73%-
XYZ74.1174.778.22-
YUV225.68124.79137.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.20%
GREEN value IS 220 (86.33% from 255) = 32.40%
BLUE value IS 220 (86.33% from 255) = 32.40%
R=35.20%
G=32.40%
B=32.40%

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
Decimal23922022000.080.080.06037.2590
HexEFDCDC08860255a
Octal357334334010106045132
Binary11101111110111001101110001000100011001001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCDC; }

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

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

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

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

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

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

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

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