#E7DDDD

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

Shades of Soft Peach #E7DDDD

Tints of Soft Peach #E7DDDD

Color information

#E7DDDD (or 0xE7DDDD) is unknown color: approx Soft Peach. HEX triplet: E7, DD and DD. RGB value is (231,221,221). Sum of RGB (Red+Green+Blue) = 231+221+221=673 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.32% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DDDD is #182222. Grayscale: #E0E0E0. Windows color (decimal): -1581603 or 14540263. OLE color: 14540263.

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

Color convert

RGB231221221-
CMYK00.040.040.09
HSL17.24%88.63%-
HSV(B)4.33%90.59%-
XYZ71.8673.9278.89-
YUV223.99126.31133-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.32%
GREEN value IS 221 (86.72% from 255) = 32.84%
BLUE value IS 221 (86.72% from 255) = 32.84%
R=34.32%
G=32.84%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122122100.040.040.09017.2488.63
HexE7DDDD044901159
Octal34733533504411021131
Binary111001111101110111011101010010010010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DDDD; }

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

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

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

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

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

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

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

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