#E8DDDD

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

Shades of Soft Peach #E8DDDD

Tints of Soft Peach #E8DDDD

Color information

#E8DDDD (or 0xE8DDDD) is unknown color: approx Soft Peach. HEX triplet: E8, DD and DD. RGB value is (232,221,221). Sum of RGB (Red+Green+Blue) = 232+221+221=674 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.42% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DDDD is #172222. Grayscale: #E0E0E0. Windows color (decimal): -1516067 or 14540264. OLE color: 14540264.

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

Color convert

RGB232221221-
CMYK00.050.050.09
HSL19.3%88.82%-
HSV(B)4.74%90.98%-
XYZ72.1974.0978.9-
YUV224.29126.14133.5-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.42%
GREEN value IS 221 (86.72% from 255) = 32.79%
BLUE value IS 221 (86.72% from 255) = 32.79%
R=34.42%
G=32.79%
B=32.79%

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
Decimal23222122100.050.050.09019.388.82
HexE8DDDD055901359
Octal35033533505511023131
Binary111010001101110111011101010110110010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DDDD; }

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

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

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

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

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

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

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

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