#E7DADA

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

Shades of Soft Peach #E7DADA

Tints of Soft Peach #E7DADA

Color information

#E7DADA (or 0xE7DADA) is unknown color: approx Soft Peach. HEX triplet: E7, DA and DA. RGB value is (231,218,218). Sum of RGB (Red+Green+Blue) = 231+218+218=667 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.63% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DADA is #182525. Grayscale: #DDDDDD. Windows color (decimal): -1582374 or 14342887. OLE color: 14342887.

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

Color convert

RGB231218218-
CMYK00.060.060.09
HSL21.31%88.04%-
HSV(B)5.63%90.59%-
XYZ70.6872.1976.54-
YUV221.89125.81134.5-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.63%
GREEN value IS 218 (85.55% from 255) = 32.68%
BLUE value IS 218 (85.55% from 255) = 32.68%
R=34.63%
G=32.68%
B=32.68%

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
Decimal23121821800.060.060.09021.3188.04
HexE7DADA066901558
Octal34733233206611025130
Binary111001111101101011011010011011010010101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DADA; }

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

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

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

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

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

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

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

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