#E9DDDC

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

Shades of Soft Peach #E9DDDC

Tints of Soft Peach #E9DDDC

Color information

#E9DDDC (or 0xE9DDDC) is unknown color: approx Soft Peach. HEX triplet: E9, DD and DC. RGB value is (233,221,220). Sum of RGB (Red+Green+Blue) = 233+221+220=674 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.57% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 220 (86.33% from 255 or 32.64% from 674); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DDDC is #162223. Grayscale: #E0E0E0. Windows color (decimal): -1450532 or 14474729. OLE color: 14474729.

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

Color convert

RGB233221220-
CMYK00.050.060.09
HSL4.62º22.81%88.82%-
HSV(B)4.62º5.58%91.37%-
XYZ72.3874.278.22-
YUV224.47125.48134.08-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.57%
GREEN value IS 221 (86.72% from 255) = 32.79%
BLUE value IS 220 (86.33% from 255) = 32.64%
R=34.57%
G=32.79%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322122000.050.060.094.6222.8188.82
HexE9DDDC056951759
Octal35133533405611527131
Binary11101001110111011101110001011101001101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DDDC; }

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

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

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

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

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

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

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

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