#EDCBD6

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

Shades of Pink Lace #EDCBD6

Tints of Pink Lace #EDCBD6

Color information

#EDCBD6 (or 0xEDCBD6) is unknown color: approx Pink Lace. HEX triplet: ED, CB and D6. RGB value is (237,203,214). Sum of RGB (Red+Green+Blue) = 237+203+214=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 214 (83.98% from 255 or 32.72% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBD6 is #123429. Grayscale: #D6D6D6. Windows color (decimal): -1193002 or 14076909. OLE color: 14076909.

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

Color convert

RGB237203214-
CMYK00.140.100.07
HSL340.59º48.57%86.27%-
HSV(B)340.59º14.35%92.94%-
XYZ68.4265.5772.67-
YUV214.42127.76144.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.24%
GREEN value IS 203 (79.69% from 255) = 31.04%
BLUE value IS 214 (83.98% from 255) = 32.72%
R=36.24%
G=31.04%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720321400.140.100.07340.5948.5786.27
HexEDCBD60EA71553156
Octal35531332601612752561126
Binary1110110111001011110101100111010101111010101011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCBD6; }

 p { color: rgb(237,203,214); }

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

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

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

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

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

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

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