#EEDADA

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

Shades of Soft Peach #EEDADA

Tints of Soft Peach #EEDADA

Color information

#EEDADA (or 0xEEDADA) is unknown color: approx Soft Peach. HEX triplet: EE, DA and DA. RGB value is (238,218,218). Sum of RGB (Red+Green+Blue) = 238+218+218=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 218 (85.55% from 255 or 32.34% from 674); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDADA is #112525. Grayscale: #DFDFDF. Windows color (decimal): -1123622 or 14342894. OLE color: 14342894.

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

Color convert

RGB238218218-
CMYK00.080.080.07
HSL37.04%89.41%-
HSV(B)8.4%93.33%-
XYZ72.9973.3876.65-
YUV223.98124.63138-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.31%
GREEN value IS 218 (85.55% from 255) = 32.34%
BLUE value IS 218 (85.55% from 255) = 32.34%
R=35.31%
G=32.34%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821821800.080.080.07037.0489.41
HexEEDADA088702559
Octal356332332010107045131
Binary11101110110110101101101001000100011101001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDADA; }

 p { color: rgb(238,218,218); }

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

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

 a { background-color: rgb(238,218,218); }

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

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

 span { border-color: rgb(238,218,218); }

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