#EEDEDD

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

Shades of Soft Peach #EEDEDD

Tints of Soft Peach #EEDEDD

Color information

#EEDEDD (or 0xEEDEDD) is unknown color: approx Soft Peach. HEX triplet: EE, DE and DD. RGB value is (238,222,221). Sum of RGB (Red+Green+Blue) = 238+222+221=681 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.95% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 221 (86.72% from 255 or 32.45% from 681); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEDD is #112122. Grayscale: #E2E2E2. Windows color (decimal): -1122595 or 14540526. OLE color: 14540526.

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

Color convert

RGB238222221-
CMYK00.070.070.07
HSL3.53º33.33%90%-
HSV(B)3.53º7.14%93.33%-
XYZ74.4375.6479.08-
YUV226.67124.8136.08-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.95%
GREEN value IS 222 (87.11% from 255) = 32.60%
BLUE value IS 221 (86.72% from 255) = 32.45%
R=34.95%
G=32.60%
B=32.45%

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
Decimal23822222100.070.070.073.5333.3390
HexEEDEDD07774215a
Octal3563363350777441132
Binary11101110110111101101110101111111111001000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDEDD; }

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

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

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

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

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

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

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

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