#E9DCDC

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

Shades of Soft Peach #E9DCDC

Tints of Soft Peach #E9DCDC

Color information

#E9DCDC (or 0xE9DCDC) is unknown color: approx Soft Peach. HEX triplet: E9, DC and DC. RGB value is (233,220,220). Sum of RGB (Red+Green+Blue) = 233+220+220=673 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.62% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 220 (86.33% from 255 or 32.69% from 673); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DCDC is #162323. Grayscale: #DFDFDF. Windows color (decimal): -1450788 or 14474473. OLE color: 14474473.

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

Color convert

RGB233220220-
CMYK00.060.060.09
HSL22.81%88.82%-
HSV(B)5.58%91.37%-
XYZ72.1273.6878.13-
YUV223.89125.81134.5-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.62%
GREEN value IS 220 (86.33% from 255) = 32.69%
BLUE value IS 220 (86.33% from 255) = 32.69%
R=34.62%
G=32.69%
B=32.69%

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
Decimal23322022000.060.060.09022.8188.82
HexE9DCDC066901759
Octal35133433406611027131
Binary111010011101110011011100011011010010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DCDC; }

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

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

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

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

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

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

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

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