#EFDFDF

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

Shades of Soft Peach #EFDFDF

Tints of Soft Peach #EFDFDF

Color information

#EFDFDF (or 0xEFDFDF) is unknown color: approx Soft Peach. HEX triplet: EF, DF and DF. RGB value is (239,223,223). Sum of RGB (Red+Green+Blue) = 239+223+223=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 223 (87.5% from 255 or 32.55% from 685); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFDF is #102020. Grayscale: #E3E3E3. Windows color (decimal): -1056801 or 14671855. OLE color: 14671855.

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

Color convert

RGB239223223-
CMYK00.070.070.06
HSL33.33%90.59%-
HSV(B)6.69%93.73%-
XYZ75.376.4580.6-
YUV227.78125.3136-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.89%
GREEN value IS 223 (87.5% from 255) = 32.55%
BLUE value IS 223 (87.5% from 255) = 32.55%
R=34.89%
G=32.55%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922322300.070.070.06033.3390.59
HexEFDFDF07760215b
Octal3573373370776041133
Binary111011111101111111011111011111111001000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFDF; }

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

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

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

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

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

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

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

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