#E9DDDD

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

Shades of Soft Peach #E9DDDD

Tints of Soft Peach #E9DDDD

Color information

#E9DDDD (or 0xE9DDDD) is unknown color: approx Soft Peach. HEX triplet: E9, DD and DD. RGB value is (233,221,221). Sum of RGB (Red+Green+Blue) = 233+221+221=675 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.52% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DDDD is #162222. Grayscale: #E0E0E0. Windows color (decimal): -1450531 or 14540265. OLE color: 14540265.

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

Color convert

RGB233221221-
CMYK00.050.050.09
HSL21.43%89.02%-
HSV(B)5.15%91.37%-
XYZ72.5174.2678.92-
YUV224.59125.98134-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.52%
GREEN value IS 221 (86.72% from 255) = 32.74%
BLUE value IS 221 (86.72% 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
Decimal23322122100.050.050.09021.4389.02
HexE9DDDD055901559
Octal35133533505511025131
Binary111010011101110111011101010110110010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DDDD; }

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

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

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

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

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

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

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

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