#E8DFDD

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

Shades of Soft Peach #E8DFDD

Tints of Soft Peach #E8DFDD

Color information

#E8DFDD (or 0xE8DFDD) is unknown color: approx Soft Peach. HEX triplet: E8, DF and DD. RGB value is (232,223,221). Sum of RGB (Red+Green+Blue) = 232+223+221=676 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.32% from 676); Green value is 223 (87.5% from 255 or 32.99% from 676); Blue value is 221 (86.72% from 255 or 32.69% from 676); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DFDD is #172022. Grayscale: #E1E1E1. Windows color (decimal): -1515555 or 14540776. OLE color: 14540776.

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

Color convert

RGB232223221-
CMYK00.040.050.09
HSL10.91º19.3%88.82%-
HSV(B)10.91º4.74%90.98%-
XYZ72.7275.1579.08-
YUV225.46125.48132.66-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.32%
GREEN value IS 223 (87.5% from 255) = 32.99%
BLUE value IS 221 (86.72% from 255) = 32.69%
R=34.32%
G=32.99%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222322100.040.050.0910.9119.388.82
HexE8DFDD0459b1359
Octal350337335045111323131
Binary111010001101111111011101010010110011011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DFDD; }

 p { color: rgb(232,223,221); }

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

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

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

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

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

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

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