#EFDEDE

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

Shades of Soft Peach #EFDEDE

Tints of Soft Peach #EFDEDE

Color information

#EFDEDE (or 0xEFDEDE) is unknown color: approx Soft Peach. HEX triplet: EF, DE and DE. RGB value is (239,222,222). Sum of RGB (Red+Green+Blue) = 239+222+222=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 222 (87.11% from 255 or 32.50% from 683); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEDE is #102121. Grayscale: #E3E3E3. Windows color (decimal): -1057058 or 14606063. OLE color: 14606063.

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

Color convert

RGB239222222-
CMYK00.070.070.06
HSL34.69%90.39%-
HSV(B)7.11%93.73%-
XYZ74.975.8779.8-
YUV227.08125.13136.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.99%
GREEN value IS 222 (87.11% from 255) = 32.50%
BLUE value IS 222 (87.11% from 255) = 32.50%
R=34.99%
G=32.50%
B=32.50%

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
Decimal23922222200.070.070.06034.6990.39
HexEFDEDE07760235a
Octal3573363360776043132
Binary111011111101111011011110011111111001000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDEDE; }

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

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

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

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

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

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

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

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