#EADCDA

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

Shades of Soft Peach #EADCDA

Tints of Soft Peach #EADCDA

Color information

#EADCDA (or 0xEADCDA) is unknown color: approx Soft Peach. HEX triplet: EA, DC and DA. RGB value is (234,220,218). Sum of RGB (Red+Green+Blue) = 234+220+218=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 218 (85.55% from 255 or 32.44% from 672); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCDA is #152325. Grayscale: #DFDFDF. Windows color (decimal): -1385254 or 14343402. OLE color: 14343402.

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

Color convert

RGB234220218-
CMYK00.060.070.08
HSL7.5º27.59%88.63%-
HSV(B)7.5º6.84%91.76%-
XYZ72.1873.7476.76-
YUV223.96124.64135.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.82%
GREEN value IS 220 (86.33% from 255) = 32.74%
BLUE value IS 218 (85.55% from 255) = 32.44%
R=34.82%
G=32.74%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422021800.060.070.087.527.5988.63
HexEADCDA067881c59
Octal352334332067101034131
Binary111010101101110011011010011011110001000111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADCDA; }

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

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

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

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

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

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

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

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