#EDB1CD

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

Shades of Lavender Pink #EDB1CD

Tints of Lavender Pink #EDB1CD

Color information

#EDB1CD (or 0xEDB1CD) is unknown color: approx Lavender Pink. HEX triplet: ED, B1 and CD. RGB value is (237,177,205). Sum of RGB (Red+Green+Blue) = 237+177+205=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 177 (69.53% from 255 or 28.59% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB1CD is #124E32. Grayscale: #C6C6C6. Windows color (decimal): -1199667 or 13480429. OLE color: 13480429.

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

Color convert

RGB237177205-
CMYK00.250.140.07
HSL332º62.5%81.18%-
HSV(B)332º25.32%92.94%-
XYZ61.6753.8664.9-
YUV198.13131.88155.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.29%
GREEN value IS 177 (69.53% from 255) = 28.59%
BLUE value IS 205 (80.47% from 255) = 33.12%
R=38.29%
G=28.59%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717720500.250.140.0733262.581.18
HexEDB1CD019E714c3e51
Octal35526131503116751476121
Binary11101101101100011100110101100111101111010011001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB1CD; }

 p { color: rgb(237,177,205); }

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

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

 a { background-color: rgb(237,177,205); }

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

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

 span { border-color: rgb(237,177,205); }

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