#EDAAE2

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

Shades of Lavender Rose #EDAAE2

Tints of Lavender Rose #EDAAE2

Color information

#EDAAE2 (or 0xEDAAE2) is unknown color: approx Lavender Rose. HEX triplet: ED, AA and E2. RGB value is (237,170,226). Sum of RGB (Red+Green+Blue) = 237+170+226=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 170 (66.80% from 255 or 26.86% from 633); Blue value is 226 (88.67% from 255 or 35.70% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAAE2 is #12551D. Grayscale: #C4C4C4. Windows color (decimal): -1201438 or 14854893. OLE color: 14854893.

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

Color convert

RGB237170226-
CMYK00.280.050.07
HSL309.85º65.05%79.8%-
HSV(B)309.85º28.27%92.94%-
XYZ63.0352.2478.71-
YUV196.42144.7156.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.44%
GREEN value IS 170 (66.80% from 255) = 26.86%
BLUE value IS 226 (88.67% from 255) = 35.70%
R=37.44%
G=26.86%
B=35.70%

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
Decimal23717022600.280.050.07309.8565.0579.8
HexEDAAE201C571364150
Octal35525234203457466101120
Binary11101101101010101110001001110010111110011011010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAAE2; }

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

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

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

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

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

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

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

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