#EADAD9

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

Shades of Soft Peach #EADAD9

Tints of Soft Peach #EADAD9

Color information

#EADAD9 (or 0xEADAD9) is unknown color: approx Soft Peach. HEX triplet: EA, DA and D9. RGB value is (234,218,217). Sum of RGB (Red+Green+Blue) = 234+218+217=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 217 (85.16% from 255 or 32.44% from 669); Max value from RGB is 234 - color contains mainly: red. Hex color #EADAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADAD9 is #152526. Grayscale: #DEDEDE. Windows color (decimal): -1385767 or 14277354. OLE color: 14277354.

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

Color convert

RGB234218217-
CMYK00.070.070.08
HSL3.53º28.81%88.43%-
HSV(B)3.53º7.26%91.76%-
XYZ71.5372.6475.9-
YUV222.67124.8136.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.98%
GREEN value IS 218 (85.55% from 255) = 32.59%
BLUE value IS 217 (85.16% from 255) = 32.44%
R=34.98%
G=32.59%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421821700.070.070.083.5328.8188.43
HexEADAD9077841d58
Octal35233233107710435130
Binary11101010110110101101100101111111000100111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADAD9; }

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

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

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

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

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

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

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

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