#EDCBD5

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

Shades of Pink Lace #EDCBD5

Tints of Pink Lace #EDCBD5

Color information

#EDCBD5 (or 0xEDCBD5) is unknown color: approx Pink Lace. HEX triplet: ED, CB and D5. RGB value is (237,203,213). Sum of RGB (Red+Green+Blue) = 237+203+213=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBD5 is #12342A. Grayscale: #D6D6D6. Windows color (decimal): -1193003 or 14011373. OLE color: 14011373.

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

Color convert

RGB237203213-
CMYK00.140.100.07
HSL342.35º48.57%86.27%-
HSV(B)342.35º14.35%92.94%-
XYZ68.2965.5272-
YUV214.31127.26144.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.29%
GREEN value IS 203 (79.69% from 255) = 31.09%
BLUE value IS 213 (83.59% from 255) = 32.62%
R=36.29%
G=31.09%
B=32.62%

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
Decimal23720321300.140.100.07342.3548.5786.27
HexEDCBD50EA71563156
Octal35531332501612752661126
Binary1110110111001011110101010111010101111010101101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCBD5; }

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

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

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

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

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

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

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

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