#EAD9D7

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

Shades of Soft Peach #EAD9D7

Tints of Soft Peach #EAD9D7

Color information

#EAD9D7 (or 0xEAD9D7) is unknown color: approx Soft Peach. HEX triplet: EA, D9 and D7. RGB value is (234,217,215). Sum of RGB (Red+Green+Blue) = 234+217+215=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 217 (85.16% from 255 or 32.58% from 666); Blue value is 215 (84.38% from 255 or 32.28% from 666); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD9D7 is #152628. Grayscale: #DDDDDD. Windows color (decimal): -1386025 or 14146026. OLE color: 14146026.

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

Color convert

RGB234217215-
CMYK00.070.080.08
HSL6.32º31.15%88.04%-
HSV(B)6.32º8.12%91.76%-
XYZ71.0172.0274.45-
YUV221.85124.13136.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.14%
GREEN value IS 217 (85.16% from 255) = 32.58%
BLUE value IS 215 (84.38% from 255) = 32.28%
R=35.14%
G=32.58%
B=32.28%

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
Decimal23421721500.070.080.086.3231.1588.04
HexEAD9D7078861f58
Octal352331327071010637130
Binary111010101101100111010111011110001000110111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD9D7; }

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

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

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

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

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

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

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

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