#EADDDB

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

Shades of Soft Peach #EADDDB

Tints of Soft Peach #EADDDB

Color information

#EADDDB (or 0xEADDDB) is unknown color: approx Soft Peach. HEX triplet: EA, DD and DB. RGB value is (234,221,219). Sum of RGB (Red+Green+Blue) = 234+221+219=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDDB is #152224. Grayscale: #E0E0E0. Windows color (decimal): -1384997 or 14409194. OLE color: 14409194.

HSL color Cylindrical-coordinate representation of color #EADDDB: hue angle of 8º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EADDDB is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB234221219-
CMYK00.060.060.08
HSL26.32%88.82%-
HSV(B)6.41%91.76%-
XYZ72.5774.3277.54-
YUV224.66124.81134.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.72%
GREEN value IS 221 (86.72% from 255) = 32.79%
BLUE value IS 219 (85.94% from 255) = 32.49%
R=34.72%
G=32.79%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422121900.060.060.08826.3288.82
HexEADDDB066881a59
Octal352335333066101032131
Binary111010101101110111011011011011010001000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDDB; }

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

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

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

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

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

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

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

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