#EDCED5

Color #EDCED5 Pink Lace (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Lace #EDCED5

Tints of Pink Lace #EDCED5

Color information

#EDCED5 (or 0xEDCED5) is unknown color: approx Pink Lace. HEX triplet: ED, CE and D5. RGB value is (237,206,213). Sum of RGB (Red+Green+Blue) = 237+206+213=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 213 (83.59% from 255 or 32.47% from 656); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCED5 is #12312A. Grayscale: #D8D8D8. Windows color (decimal): -1192235 or 14012141. OLE color: 14012141.

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

Color convert

RGB237206213-
CMYK00.130.100.07
HSL346.45º46.27%86.86%-
HSV(B)346.45º13.08%92.94%-
XYZ69.0166.9572.24-
YUV216.07126.27142.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.13%
GREEN value IS 206 (80.86% from 255) = 31.40%
BLUE value IS 213 (83.59% from 255) = 32.47%
R=36.13%
G=31.40%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720621300.130.100.07346.4546.2786.86
HexEDCED50DA715a2e57
Octal35531632501512753256127
Binary1110110111001110110101010110110101111010110101011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCED5; }

 p { color: rgb(237,206,213); }

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

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

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

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

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

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

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