#E7DDDC

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

Shades of Soft Peach #E7DDDC

Tints of Soft Peach #E7DDDC

Color information

#E7DDDC (or 0xE7DDDC) is unknown color: approx Soft Peach. HEX triplet: E7, DD and DC. RGB value is (231,221,220). Sum of RGB (Red+Green+Blue) = 231+221+220=672 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.38% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DDDC is #182223. Grayscale: #DFDFDF. Windows color (decimal): -1581604 or 14474727. OLE color: 14474727.

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

Color convert

RGB231221220-
CMYK00.040.050.09
HSL5.45º18.64%88.43%-
HSV(B)5.45º4.76%90.59%-
XYZ71.7373.8778.19-
YUV223.88125.81133.08-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.38%
GREEN value IS 221 (86.72% from 255) = 32.89%
BLUE value IS 220 (86.33% from 255) = 32.74%
R=34.38%
G=32.89%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122122000.040.050.095.4518.6488.43
HexE7DDDC045951358
Octal34733533404511523130
Binary11100111110111011101110001001011001101100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DDDC; }

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

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

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

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

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

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

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

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