#EDB0CD

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

Shades of Lavender Pink #EDB0CD

Tints of Lavender Pink #EDB0CD

Color information

#EDB0CD (or 0xEDB0CD) is unknown color: approx Lavender Pink. HEX triplet: ED, B0 and CD. RGB value is (237,176,205). Sum of RGB (Red+Green+Blue) = 237+176+205=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 176 (69.14% from 255 or 28.48% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB0CD is #124F32. Grayscale: #C5C5C5. Windows color (decimal): -1199923 or 13480173. OLE color: 13480173.

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

Color convert

RGB237176205-
CMYK00.260.140.07
HSL331.48º62.89%80.98%-
HSV(B)331.48º25.74%92.94%-
XYZ61.4753.4664.84-
YUV197.54132.21156.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.35%
GREEN value IS 176 (69.14% from 255) = 28.48%
BLUE value IS 205 (80.47% from 255) = 33.17%
R=38.35%
G=28.48%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717620500.260.140.07331.4862.8980.98
HexEDB0CD01AE714b3f51
Octal35526031503216751377121
Binary11101101101100001100110101101011101111010010111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB0CD; }

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

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

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

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

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

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

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

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