#EDAAE1

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

Shades of Lavender Rose #EDAAE1

Tints of Lavender Rose #EDAAE1

Color information

#EDAAE1 (or 0xEDAAE1) is unknown color: approx Lavender Rose. HEX triplet: ED, AA and E1. RGB value is (237,170,225). Sum of RGB (Red+Green+Blue) = 237+170+225=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 170 (66.80% from 255 or 26.90% from 632); Blue value is 225 (88.28% from 255 or 35.60% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAAE1 is #12551E. Grayscale: #C4C4C4. Windows color (decimal): -1201439 or 14789357. OLE color: 14789357.

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

Color convert

RGB237170225-
CMYK00.280.050.07
HSL310.75º65.05%79.8%-
HSV(B)310.75º28.27%92.94%-
XYZ62.8952.1977.99-
YUV196.3144.2157.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.5%
GREEN value IS 170 (66.80% from 255) = 26.90%
BLUE value IS 225 (88.28% from 255) = 35.60%
R=37.5%
G=26.90%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717022500.280.050.07310.7565.0579.8
HexEDAAE101C571374150
Octal35525234103457467101120
Binary11101101101010101110000101110010111110011011110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAAE1; }

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

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

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

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

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

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

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

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