#EDCED7

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

Shades of Pink Lace #EDCED7

Tints of Pink Lace #EDCED7

Color information

#EDCED7 (or 0xEDCED7) is unknown color: approx Pink Lace. HEX triplet: ED, CE and D7. RGB value is (237,206,215). Sum of RGB (Red+Green+Blue) = 237+206+215=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 215 (84.38% from 255 or 32.67% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCED7 is #123128. Grayscale: #D8D8D8. Windows color (decimal): -1192233 or 14143213. OLE color: 14143213.

HSL color Cylindrical-coordinate representation of color #EDCED7: hue angle of 342.58º 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 #EDCED7 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB237206215-
CMYK00.130.090.07
HSL342.58º46.27%86.86%-
HSV(B)342.58º13.08%92.94%-
XYZ69.2667.0573.58-
YUV216.3127.27142.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.02%
GREEN value IS 206 (80.86% from 255) = 31.31%
BLUE value IS 215 (84.38% from 255) = 32.67%
R=36.02%
G=31.31%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720621500.130.090.07342.5846.2786.86
HexEDCED70D971572e57
Octal35531632701511752756127
Binary1110110111001110110101110110110011111010101111011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCED7; }

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

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

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

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

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

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

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

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