#EFDFDE

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

Shades of Soft Peach #EFDFDE

Tints of Soft Peach #EFDFDE

Color information

#EFDFDE (or 0xEFDFDE) is unknown color: approx Soft Peach. HEX triplet: EF, DF and DE. RGB value is (239,223,222). Sum of RGB (Red+Green+Blue) = 239+223+222=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 222 (87.11% from 255 or 32.46% from 684); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFDE is #102021. Grayscale: #E3E3E3. Windows color (decimal): -1056802 or 14606319. OLE color: 14606319.

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

Color convert

RGB239223222-
CMYK00.070.070.06
HSL3.53º34.69%90.39%-
HSV(B)3.53º7.11%93.73%-
XYZ75.1776.479.89-
YUV227.67124.8136.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.94%
GREEN value IS 223 (87.5% from 255) = 32.60%
BLUE value IS 222 (87.11% from 255) = 32.46%
R=34.94%
G=32.60%
B=32.46%

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
Decimal23922322200.070.070.063.5334.6990.39
HexEFDFDE07764235a
Octal3573373360776443132
Binary11101111110111111101111001111111101001000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFDE; }

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

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

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

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

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

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

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

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