#EDAAD5

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

Shades of Lavender Pink #EDAAD5

Tints of Lavender Pink #EDAAD5

Color information

#EDAAD5 (or 0xEDAAD5) is unknown color: approx Lavender Pink. HEX triplet: ED, AA and D5. RGB value is (237,170,213). Sum of RGB (Red+Green+Blue) = 237+170+213=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAAD5 is #12552A. Grayscale: #C2C2C2. Windows color (decimal): -1201451 or 14002925. OLE color: 14002925.

HSL color Cylindrical-coordinate representation of color #EDAAD5: hue angle of 321.49º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDAAD5 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB237170213-
CMYK00.280.100.07
HSL321.49º65.05%79.8%-
HSV(B)321.49º28.27%92.94%-
XYZ61.3151.5669.67-
YUV194.94138.2158-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.23%
GREEN value IS 170 (66.80% from 255) = 27.42%
BLUE value IS 213 (83.59% from 255) = 34.35%
R=38.23%
G=27.42%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717021300.280.100.07321.4965.0579.8
HexEDAAD501CA71414150
Octal355252325034127501101120
Binary111011011010101011010101011100101011110100000110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAAD5; }

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

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

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

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

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

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

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

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