#EDAAE3

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

Shades of Lavender Rose #EDAAE3

Tints of Lavender Rose #EDAAE3

Color information

#EDAAE3 (or 0xEDAAE3) is unknown color: approx Lavender Rose. HEX triplet: ED, AA and E3. RGB value is (237,170,227). Sum of RGB (Red+Green+Blue) = 237+170+227=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 170 (66.80% from 255 or 26.81% from 634); Blue value is 227 (89.06% from 255 or 35.80% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAAE3 is #12551C. Grayscale: #C4C4C4. Windows color (decimal): -1201437 or 14920429. OLE color: 14920429.

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

Color convert

RGB237170227-
CMYK00.280.040.07
HSL308.96º65.05%79.8%-
HSV(B)308.96º28.27%92.94%-
XYZ63.1652.379.44-
YUV196.53145.2156.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.38%
GREEN value IS 170 (66.80% from 255) = 26.81%
BLUE value IS 227 (89.06% from 255) = 35.80%
R=37.38%
G=26.81%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717022700.280.040.07308.9665.0579.8
HexEDAAE301C471354150
Octal35525234303447465101120
Binary11101101101010101110001101110010011110011010110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAAE3; }

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

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

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

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

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

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

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

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