#EDDAD8

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

Shades of Soft Peach #EDDAD8

Tints of Soft Peach #EDDAD8

Color information

#EDDAD8 (or 0xEDDAD8) is unknown color: approx Soft Peach. HEX triplet: ED, DA and D8. RGB value is (237,218,216). Sum of RGB (Red+Green+Blue) = 237+218+216=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 216 (84.77% from 255 or 32.19% from 671); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDAD8 is #122527. Grayscale: #DFDFDF. Windows color (decimal): -1189160 or 14211821. OLE color: 14211821.

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

Color convert

RGB237218216-
CMYK00.080.090.07
HSL5.71º36.84%88.82%-
HSV(B)5.71º8.86%92.94%-
XYZ72.3973.1175.26-
YUV223.45123.79137.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.32%
GREEN value IS 218 (85.55% from 255) = 32.49%
BLUE value IS 216 (84.77% from 255) = 32.19%
R=35.32%
G=32.49%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721821600.080.090.075.7136.8488.82
HexEDDAD8089762559
Octal355332330010117645131
Binary1110110111011010110110000100010011111101001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDAD8; }

 p { color: rgb(237,218,216); }

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

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

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

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

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

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

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