#EADDDD

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

Shades of Soft Peach #EADDDD

Tints of Soft Peach #EADDDD

Color information

#EADDDD (or 0xEADDDD) is unknown color: approx Soft Peach. HEX triplet: EA, DD and DD. RGB value is (234,221,221). Sum of RGB (Red+Green+Blue) = 234+221+221=676 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.62% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 221 (86.72% from 255 or 32.69% from 676); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDDD is #152222. Grayscale: #E0E0E0. Windows color (decimal): -1384995 or 14540266. OLE color: 14540266.

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

Color convert

RGB234221221-
CMYK00.060.060.08
HSL23.64%89.22%-
HSV(B)5.56%91.76%-
XYZ72.8474.4378.93-
YUV224.89125.81134.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.62%
GREEN value IS 221 (86.72% from 255) = 32.69%
BLUE value IS 221 (86.72% from 255) = 32.69%
R=34.62%
G=32.69%
B=32.69%

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
Decimal23422122100.060.060.08023.6489.22
HexEADDDD066801859
Octal35233533506610030131
Binary111010101101110111011101011011010000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDDD; }

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

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

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

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

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

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

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

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