#EDDCDB

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

Shades of Soft Peach #EDDCDB

Tints of Soft Peach #EDDCDB

Color information

#EDDCDB (or 0xEDDCDB) is unknown color: approx Soft Peach. HEX triplet: ED, DC and DB. RGB value is (237,220,219). Sum of RGB (Red+Green+Blue) = 237+220+219=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 219 (85.94% from 255 or 32.40% from 676); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCDB is #122324. Grayscale: #E0E0E0. Windows color (decimal): -1188645 or 14408941. OLE color: 14408941.

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

Color convert

RGB237220219-
CMYK00.070.080.07
HSL3.33º33.33%89.41%-
HSV(B)3.33º7.59%92.94%-
XYZ73.374.3177.5-
YUV224.97124.63136.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.06%
GREEN value IS 220 (86.33% from 255) = 32.54%
BLUE value IS 219 (85.94% from 255) = 32.40%
R=35.06%
G=32.54%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722021900.070.080.073.3333.3389.41
HexEDDCDB078732159
Octal35533433307107341131
Binary11101101110111001101101101111000111111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCDB; }

 p { color: rgb(237,220,219); }

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

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

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

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

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

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

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