#EDAAE5

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

Shades of Lavender Rose #EDAAE5

Tints of Lavender Rose #EDAAE5

Color information

#EDAAE5 (or 0xEDAAE5) is unknown color: approx Lavender Rose. HEX triplet: ED, AA and E5. RGB value is (237,170,229). Sum of RGB (Red+Green+Blue) = 237+170+229=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 170 (66.80% from 255 or 26.73% from 636); Blue value is 229 (89.84% from 255 or 36.01% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAAE5 is #12551A. Grayscale: #C4C4C4. Windows color (decimal): -1201435 or 15051501. OLE color: 15051501.

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

Color convert

RGB237170229-
CMYK00.280.030.07
HSL307.16º65.05%79.8%-
HSV(B)307.16º28.27%92.94%-
XYZ63.4452.4180.9-
YUV196.76146.2156.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.26%
GREEN value IS 170 (66.80% from 255) = 26.73%
BLUE value IS 229 (89.84% from 255) = 36.01%
R=37.26%
G=26.73%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717022900.280.030.07307.1665.0579.8
HexEDAAE501C371334150
Octal35525234503437463101120
Binary1110110110101010111001010111001111110011001110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAAE5; }

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

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

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

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

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

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

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

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