#EDDDDD

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

Shades of Soft Peach #EDDDDD

Tints of Soft Peach #EDDDDD

Color information

#EDDDDD (or 0xEDDDDD) is unknown color: approx Soft Peach. HEX triplet: ED, DD and DD. RGB value is (237,221,221). Sum of RGB (Red+Green+Blue) = 237+221+221=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 221 (86.72% from 255 or 32.55% from 679); Blue value is 221 (86.72% from 255 or 32.55% from 679); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDDD is #122222. Grayscale: #E1E1E1. Windows color (decimal): -1188387 or 14540269. OLE color: 14540269.

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

Color convert

RGB237221221-
CMYK00.070.070.07
HSL30.77%89.8%-
HSV(B)6.75%92.94%-
XYZ73.8374.9478.98-
YUV225.78125.3136-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.90%
GREEN value IS 221 (86.72% from 255) = 32.55%
BLUE value IS 221 (86.72% from 255) = 32.55%
R=34.90%
G=32.55%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722122100.070.070.07030.7789.8
HexEDDDDD077701f5a
Octal3553353350777037132
Binary11101101110111011101110101111111110111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDDD; }

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

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

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

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

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

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

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

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