#EADADA

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

Shades of Soft Peach #EADADA

Tints of Soft Peach #EADADA

Color information

#EADADA (or 0xEADADA) is unknown color: approx Soft Peach. HEX triplet: EA, DA and DA. RGB value is (234,218,218). Sum of RGB (Red+Green+Blue) = 234+218+218=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 234 - color contains mainly: red. Hex color #EADADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADADA is #152525. Grayscale: #DEDEDE. Windows color (decimal): -1385766 or 14342890. OLE color: 14342890.

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

Color convert

RGB234218218-
CMYK00.070.070.08
HSL27.59%88.63%-
HSV(B)6.84%91.76%-
XYZ71.6672.776.58-
YUV222.78125.3136-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.93%
GREEN value IS 218 (85.55% from 255) = 32.54%
BLUE value IS 218 (85.55% from 255) = 32.54%
R=34.93%
G=32.54%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421821800.070.070.08027.5988.63
HexEADADA077801c59
Octal35233233207710034131
Binary111010101101101011011010011111110000111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADADA; }

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

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

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

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

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

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

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

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