#EDCBD1

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

Shades of Pink Lace #EDCBD1

Tints of Pink Lace #EDCBD1

Color information

#EDCBD1 (or 0xEDCBD1) is unknown color: approx Pink Lace. HEX triplet: ED, CB and D1. RGB value is (237,203,209). Sum of RGB (Red+Green+Blue) = 237+203+209=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 203 (79.69% from 255 or 31.28% from 649); Blue value is 209 (82.03% from 255 or 32.20% from 649); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBD1 is #12342E. Grayscale: #D5D5D5. Windows color (decimal): -1193007 or 13749229. OLE color: 13749229.

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

Color convert

RGB237203209-
CMYK00.140.120.07
HSL349.41º48.57%86.27%-
HSV(B)349.41º14.35%92.94%-
XYZ67.7965.3269.36-
YUV213.85125.26144.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.52%
GREEN value IS 203 (79.69% from 255) = 31.28%
BLUE value IS 209 (82.03% from 255) = 32.20%
R=36.52%
G=31.28%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720320900.140.120.07349.4148.5786.27
HexEDCBD10EC715d3156
Octal35531332101614753561126
Binary1110110111001011110100010111011001111010111011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCBD1; }

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

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

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

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

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

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

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

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