#EEDCDA

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

Shades of Soft Peach #EEDCDA

Tints of Soft Peach #EEDCDA

Color information

#EEDCDA (or 0xEEDCDA) is unknown color: approx Soft Peach. HEX triplet: EE, DC and DA. RGB value is (238,220,218). Sum of RGB (Red+Green+Blue) = 238+220+218=676 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.21% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 218 (85.55% from 255 or 32.25% from 676); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCDA is #112325. Grayscale: #E1E1E1. Windows color (decimal): -1123110 or 14343406. OLE color: 14343406.

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

Color convert

RGB238220218-
CMYK00.080.080.07
HSL37.04%89.41%-
HSV(B)8.4%93.33%-
XYZ73.5174.4376.82-
YUV225.15123.96137.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.21%
GREEN value IS 220 (86.33% from 255) = 32.54%
BLUE value IS 218 (85.55% from 255) = 32.25%
R=35.21%
G=32.54%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822021800.080.080.07637.0489.41
HexEEDCDA088762559
Octal356334332010107645131
Binary1110111011011100110110100100010001111101001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCDA; }

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

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

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

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

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

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

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

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