#EDCED8

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

Shades of Pink Lace #EDCED8

Tints of Pink Lace #EDCED8

Color information

#EDCED8 (or 0xEDCED8) is unknown color: approx Pink Lace. HEX triplet: ED, CE and D8. RGB value is (237,206,216). Sum of RGB (Red+Green+Blue) = 237+206+216=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 216 (84.77% from 255 or 32.78% from 659); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCED8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCED8 is #123127. Grayscale: #D8D8D8. Windows color (decimal): -1192232 or 14208749. OLE color: 14208749.

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

Color convert

RGB237206216-
CMYK00.130.090.07
HSL340.65º46.27%86.86%-
HSV(B)340.65º13.08%92.94%-
XYZ69.3967.1174.26-
YUV216.41127.77142.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.96%
GREEN value IS 206 (80.86% from 255) = 31.26%
BLUE value IS 216 (84.77% from 255) = 32.78%
R=35.96%
G=31.26%
B=32.78%

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
Decimal23720621600.130.090.07340.6546.2786.86
HexEDCED80D971552e57
Octal35531633001511752556127
Binary1110110111001110110110000110110011111010101011011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCED8; }

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

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

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

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

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

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

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

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