#E8DAD9

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

Shades of Soft Peach #E8DAD9

Tints of Soft Peach #E8DAD9

Color information

#E8DAD9 (or 0xE8DAD9) is unknown color: approx Soft Peach. HEX triplet: E8, DA and D9. RGB value is (232,218,217). Sum of RGB (Red+Green+Blue) = 232+218+217=667 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.78% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 217 (85.16% from 255 or 32.53% from 667); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DAD9 is #172526. Grayscale: #DEDEDE. Windows color (decimal): -1516839 or 14277352. OLE color: 14277352.

HSL color Cylindrical-coordinate representation of color #E8DAD9: hue angle of 4º degrees, saturation: 0.25, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E8DAD9 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB232218217-
CMYK00.060.060.09
HSL24.59%88.04%-
HSV(B)6.47%90.98%-
XYZ70.8772.3175.87-
YUV222.07125.14135.08-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.78%
GREEN value IS 218 (85.55% from 255) = 32.68%
BLUE value IS 217 (85.16% from 255) = 32.53%
R=34.78%
G=32.68%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221821700.060.060.09424.5988.04
HexE8DAD9066941958
Octal35033233106611431130
Binary11101000110110101101100101101101001100110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DAD9; }

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

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

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

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

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

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

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

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