#EADCDC

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

Shades of Soft Peach #EADCDC

Tints of Soft Peach #EADCDC

Color information

#EADCDC (or 0xEADCDC) is unknown color: approx Soft Peach. HEX triplet: EA, DC and DC. RGB value is (234,220,220). Sum of RGB (Red+Green+Blue) = 234+220+220=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 220 (86.33% from 255 or 32.64% from 674); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCDC is #152323. Grayscale: #E0E0E0. Windows color (decimal): -1385252 or 14474474. OLE color: 14474474.

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

Color convert

RGB234220220-
CMYK00.060.060.08
HSL25%89.02%-
HSV(B)5.98%91.76%-
XYZ72.4473.8578.15-
YUV224.19125.64135-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.72%
GREEN value IS 220 (86.33% from 255) = 32.64%
BLUE value IS 220 (86.33% from 255) = 32.64%
R=34.72%
G=32.64%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422022000.060.060.0802589.02
HexEADCDC066801959
Octal35233433406610031131
Binary111010101101110011011100011011010000110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADCDC; }

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

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

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

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

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

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

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

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