#EDAAE6

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

Shades of Lavender Rose #EDAAE6

Tints of Lavender Rose #EDAAE6

Color information

#EDAAE6 (or 0xEDAAE6) is unknown color: approx Lavender Rose. HEX triplet: ED, AA and E6. RGB value is (237,170,230). Sum of RGB (Red+Green+Blue) = 237+170+230=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 170 (66.80% from 255 or 26.69% from 637); Blue value is 230 (90.23% from 255 or 36.11% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAAE6 is #125519. Grayscale: #C4C4C4. Windows color (decimal): -1201434 or 15117037. OLE color: 15117037.

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

Color convert

RGB237170230-
CMYK00.280.030.07
HSL306.27º65.05%79.8%-
HSV(B)306.27º28.27%92.94%-
XYZ63.5852.4781.64-
YUV196.87146.7156.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.21%
GREEN value IS 170 (66.80% from 255) = 26.69%
BLUE value IS 230 (90.23% from 255) = 36.11%
R=37.21%
G=26.69%
B=36.11%

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
Decimal23717023000.280.030.07306.2765.0579.8
HexEDAAE601C371324150
Octal35525234603437462101120
Binary1110110110101010111001100111001111110011001010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAAE6; }

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

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

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

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

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

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

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

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