#EAD9D9

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

Shades of Soft Peach #EAD9D9

Tints of Soft Peach #EAD9D9

Color information

#EAD9D9 (or 0xEAD9D9) is unknown color: approx Soft Peach. HEX triplet: EA, D9 and D9. RGB value is (234,217,217). Sum of RGB (Red+Green+Blue) = 234+217+217=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 217 (85.16% from 255 or 32.49% from 668); Blue value is 217 (85.16% from 255 or 32.49% from 668); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD9D9 is #152626. Grayscale: #DEDEDE. Windows color (decimal): -1386023 or 14277098. OLE color: 14277098.

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

Color convert

RGB234217217-
CMYK00.070.070.08
HSL28.81%88.43%-
HSV(B)7.26%91.76%-
XYZ71.2772.1375.81-
YUV222.08125.13136.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.03%
GREEN value IS 217 (85.16% from 255) = 32.49%
BLUE value IS 217 (85.16% from 255) = 32.49%
R=35.03%
G=32.49%
B=32.49%

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
Decimal23421721700.070.070.08028.8188.43
HexEAD9D9077801d58
Octal35233133107710035130
Binary111010101101100111011001011111110000111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD9D9; }

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

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

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

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

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

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

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

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