#E7DCDC

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

Shades of Soft Peach #E7DCDC

Tints of Soft Peach #E7DCDC

Color information

#E7DCDC (or 0xE7DCDC) is unknown color: approx Soft Peach. HEX triplet: E7, DC and DC. RGB value is (231,220,220). Sum of RGB (Red+Green+Blue) = 231+220+220=671 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.43% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DCDC is #182323. Grayscale: #DFDFDF. Windows color (decimal): -1581860 or 14474471. OLE color: 14474471.

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

Color convert

RGB231220220-
CMYK00.050.050.09
HSL18.64%88.43%-
HSV(B)4.76%90.59%-
XYZ71.4773.3478.1-
YUV223.29126.14133.5-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.43%
GREEN value IS 220 (86.33% from 255) = 32.79%
BLUE value IS 220 (86.33% from 255) = 32.79%
R=34.43%
G=32.79%
B=32.79%

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
Decimal23122022000.050.050.09018.6488.43
HexE7DCDC055901358
Octal34733433405511023130
Binary111001111101110011011100010110110010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DCDC; }

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

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

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

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

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

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

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

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