#E8DADA

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

Shades of Soft Peach #E8DADA

Tints of Soft Peach #E8DADA

Color information

#E8DADA (or 0xE8DADA) is unknown color: approx Soft Peach. HEX triplet: E8, DA and DA. RGB value is (232,218,218). Sum of RGB (Red+Green+Blue) = 232+218+218=668 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.73% from 668); Green value is 218 (85.55% from 255 or 32.63% from 668); Blue value is 218 (85.55% from 255 or 32.63% from 668); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DADA is #172525. Grayscale: #DEDEDE. Windows color (decimal): -1516838 or 14342888. OLE color: 14342888.

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

Color convert

RGB232218218-
CMYK00.060.060.09
HSL23.33%88.24%-
HSV(B)6.03%90.98%-
XYZ71.0172.3676.55-
YUV222.19125.64135-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.73%
GREEN value IS 218 (85.55% from 255) = 32.63%
BLUE value IS 218 (85.55% from 255) = 32.63%
R=34.73%
G=32.63%
B=32.63%

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
Decimal23221821800.060.060.09023.3388.24
HexE8DADA066901758
Octal35033233206611027130
Binary111010001101101011011010011011010010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DADA; }

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

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

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

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

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

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

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

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