#EADAD8

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

Shades of Soft Peach #EADAD8

Tints of Soft Peach #EADAD8

Color information

#EADAD8 (or 0xEADAD8) is unknown color: approx Soft Peach. HEX triplet: EA, DA and D8. RGB value is (234,218,216). Sum of RGB (Red+Green+Blue) = 234+218+216=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 218 (85.55% from 255 or 32.63% from 668); Blue value is 216 (84.77% from 255 or 32.34% from 668); Max value from RGB is 234 - color contains mainly: red. Hex color #EADAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADAD8 is #152527. Grayscale: #DEDEDE. Windows color (decimal): -1385768 or 14211818. OLE color: 14211818.

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

Color convert

RGB234218216-
CMYK00.070.080.08
HSL6.67º30%88.24%-
HSV(B)6.67º7.69%91.76%-
XYZ71.472.5975.21-
YUV222.56124.3136.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.03%
GREEN value IS 218 (85.55% from 255) = 32.63%
BLUE value IS 216 (84.77% from 255) = 32.34%
R=35.03%
G=32.63%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421821600.070.080.086.673088.24
HexEADAD8078871e58
Octal352332330071010736130
Binary111010101101101011011000011110001000111111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADAD8; }

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

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

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

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

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

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

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

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