#E8DCDC

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

Shades of Soft Peach #E8DCDC

Tints of Soft Peach #E8DCDC

Color information

#E8DCDC (or 0xE8DCDC) is unknown color: approx Soft Peach. HEX triplet: E8, DC and DC. RGB value is (232,220,220). Sum of RGB (Red+Green+Blue) = 232+220+220=672 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.52% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DCDC is #172323. Grayscale: #DFDFDF. Windows color (decimal): -1516324 or 14474472. OLE color: 14474472.

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

Color convert

RGB232220220-
CMYK00.050.050.09
HSL20.69%88.63%-
HSV(B)5.17%90.98%-
XYZ71.7973.5178.12-
YUV223.59125.98134-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.52%
GREEN value IS 220 (86.33% from 255) = 32.74%
BLUE value IS 220 (86.33% from 255) = 32.74%
R=34.52%
G=32.74%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222022000.050.050.09020.6988.63
HexE8DCDC055901559
Octal35033433405511025131
Binary111010001101110011011100010110110010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DCDC; }

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

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

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

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

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

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

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

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