#EEDEDE

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

Shades of Soft Peach #EEDEDE

Tints of Soft Peach #EEDEDE

Color information

#EEDEDE (or 0xEEDEDE) is unknown color: approx Soft Peach. HEX triplet: EE, DE and DE. RGB value is (238,222,222). Sum of RGB (Red+Green+Blue) = 238+222+222=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 222 (87.11% from 255 or 32.55% from 682); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEDE is #112121. Grayscale: #E2E2E2. Windows color (decimal): -1122594 or 14606062. OLE color: 14606062.

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

Color convert

RGB238222222-
CMYK00.070.070.07
HSL32%90.2%-
HSV(B)6.72%93.33%-
XYZ74.5775.6979.79-
YUV226.78125.3136-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.90%
GREEN value IS 222 (87.11% from 255) = 32.55%
BLUE value IS 222 (87.11% from 255) = 32.55%
R=34.90%
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.07
SystemRedGreenBlueCMYKHSL
Decimal23822222200.070.070.0703290.2
HexEEDEDE07770205a
Octal3563363360777040132
Binary111011101101111011011110011111111101000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDEDE; }

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

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

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

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

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

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

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

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