#EEDCDC

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

Shades of Soft Peach #EEDCDC

Tints of Soft Peach #EEDCDC

Color information

#EEDCDC (or 0xEEDCDC) is unknown color: approx Soft Peach. HEX triplet: EE, DC and DC. RGB value is (238,220,220). Sum of RGB (Red+Green+Blue) = 238+220+220=678 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.10% from 678); Green value is 220 (86.33% from 255 or 32.45% from 678); Blue value is 220 (86.33% from 255 or 32.45% from 678); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCDC is #112323. Grayscale: #E1E1E1. Windows color (decimal): -1123108 or 14474478. OLE color: 14474478.

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

Color convert

RGB238220220-
CMYK00.080.080.07
HSL34.62%89.8%-
HSV(B)7.56%93.33%-
XYZ73.7774.5378.21-
YUV225.38124.96137-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.10%
GREEN value IS 220 (86.33% from 255) = 32.45%
BLUE value IS 220 (86.33% from 255) = 32.45%
R=35.10%
G=32.45%
B=32.45%

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
Decimal23822022000.080.080.07034.6289.8
HexEEDCDC08870235a
Octal356334334010107043132
Binary11101110110111001101110001000100011101000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCDC; }

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

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

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

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

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

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

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

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