#EADDDC

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

Shades of Soft Peach #EADDDC

Tints of Soft Peach #EADDDC

Color information

#EADDDC (or 0xEADDDC) is unknown color: approx Soft Peach. HEX triplet: EA, DD and DC. RGB value is (234,221,220). Sum of RGB (Red+Green+Blue) = 234+221+220=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDDC is #152223. Grayscale: #E0E0E0. Windows color (decimal): -1384996 or 14474730. OLE color: 14474730.

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

Color convert

RGB234221220-
CMYK00.060.060.08
HSL4.29º25%89.02%-
HSV(B)4.29º5.98%91.76%-
XYZ72.7174.3778.23-
YUV224.77125.31134.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.67%
GREEN value IS 221 (86.72% from 255) = 32.74%
BLUE value IS 220 (86.33% from 255) = 32.59%
R=34.67%
G=32.74%
B=32.59%

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
Decimal23422122000.060.060.084.292589.02
HexEADDDC066841959
Octal35233533406610431131
Binary11101010110111011101110001101101000100110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDDC; }

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

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

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

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

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

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

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

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