#E7DFDE

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

Shades of Soft Peach #E7DFDE

Tints of Soft Peach #E7DFDE

Color information

#E7DFDE (or 0xE7DFDE) is unknown color: approx Soft Peach. HEX triplet: E7, DF and DE. RGB value is (231,223,222). Sum of RGB (Red+Green+Blue) = 231+223+222=676 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.17% from 676); Green value is 223 (87.5% from 255 or 32.99% from 676); Blue value is 222 (87.11% from 255 or 32.84% from 676); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DFDE is #182021. Grayscale: #E1E1E1. Windows color (decimal): -1581090 or 14606311. OLE color: 14606311.

HSL color Cylindrical-coordinate representation of color #E7DFDE: hue angle of 6.67º degrees, saturation: 0.16, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E7DFDE is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB231223222-
CMYK00.030.040.09
HSL6.67º15.79%88.82%-
HSV(B)6.67º3.9%90.59%-
XYZ72.5375.0479.77-
YUV225.28126.15132.08-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.17%
GREEN value IS 223 (87.5% from 255) = 32.99%
BLUE value IS 222 (87.11% from 255) = 32.84%
R=34.17%
G=32.99%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122322200.030.040.096.6715.7988.82
HexE7DFDE034971059
Octal34733733603411720131
Binary1110011111011111110111100111001001111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DFDE; }

 p { color: rgb(231,223,222); }

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

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

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

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

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

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

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