#E8DDDB

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

Shades of Soft Peach #E8DDDB

Tints of Soft Peach #E8DDDB

Color information

#E8DDDB (or 0xE8DDDB) is unknown color: approx Soft Peach. HEX triplet: E8, DD and DB. RGB value is (232,221,219). Sum of RGB (Red+Green+Blue) = 232+221+219=672 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.52% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DDDB is #172224. Grayscale: #E0E0E0. Windows color (decimal): -1516069 or 14409192. OLE color: 14409192.

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

Color convert

RGB232221219-
CMYK00.050.060.09
HSL9.23º22.03%88.43%-
HSV(B)9.23º5.6%90.98%-
XYZ71.9273.9877.51-
YUV224.06125.14133.66-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.52%
GREEN value IS 221 (86.72% from 255) = 32.89%
BLUE value IS 219 (85.94% from 255) = 32.59%
R=34.52%
G=32.89%
B=32.59%

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
Decimal23222121900.050.060.099.2322.0388.43
HexE8DDDB056991658
Octal350335333056111126130
Binary111010001101110111011011010111010011001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DDDB; }

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

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

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

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

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

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

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

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