#EDCBD3

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

Shades of Pink Lace #EDCBD3

Tints of Pink Lace #EDCBD3

Color information

#EDCBD3 (or 0xEDCBD3) is unknown color: approx Pink Lace. HEX triplet: ED, CB and D3. RGB value is (237,203,211). Sum of RGB (Red+Green+Blue) = 237+203+211=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 211 (82.81% from 255 or 32.41% from 651); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBD3 is #12342C. Grayscale: #D6D6D6. Windows color (decimal): -1193005 or 13880301. OLE color: 13880301.

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

Color convert

RGB237203211-
CMYK00.140.110.07
HSL345.88º48.57%86.27%-
HSV(B)345.88º14.35%92.94%-
XYZ68.0465.4270.67-
YUV214.08126.26144.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.41%
GREEN value IS 203 (79.69% from 255) = 31.18%
BLUE value IS 211 (82.81% from 255) = 32.41%
R=36.41%
G=31.18%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720321100.140.110.07345.8848.5786.27
HexEDCBD30EB715a3156
Octal35531332301613753261126
Binary1110110111001011110100110111010111111010110101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCBD3; }

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

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

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

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

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

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

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

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