#EEDEDC

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

Shades of Soft Peach #EEDEDC

Tints of Soft Peach #EEDEDC

Color information

#EEDEDC (or 0xEEDEDC) is unknown color: approx Soft Peach. HEX triplet: EE, DE and DC. RGB value is (238,222,220). Sum of RGB (Red+Green+Blue) = 238+222+220=680 (90% of max value = 765). Red value is 238 (93.36% from 255 or 35% from 680); Green value is 222 (87.11% from 255 or 32.65% from 680); Blue value is 220 (86.33% from 255 or 32.35% from 680); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEDC is #112123. Grayscale: #E2E2E2. Windows color (decimal): -1122596 or 14474990. OLE color: 14474990.

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

Color convert

RGB238222220-
CMYK00.070.080.07
HSL6.67º34.62%89.8%-
HSV(B)6.67º7.56%93.33%-
XYZ74.375.5978.38-
YUV226.56124.3136.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35%
GREEN value IS 222 (87.11% from 255) = 32.65%
BLUE value IS 220 (86.33% from 255) = 32.35%
R=35%
G=32.65%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822222000.070.080.076.6734.6289.8
HexEEDEDC07877235a
Octal35633633407107743132
Binary111011101101111011011100011110001111111000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDEDC; }

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

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

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

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

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

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

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

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