#EDAAD7

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

Shades of Lavender Rose #EDAAD7

Tints of Lavender Rose #EDAAD7

Color information

#EDAAD7 (or 0xEDAAD7) is unknown color: approx Lavender Rose. HEX triplet: ED, AA and D7. RGB value is (237,170,215). Sum of RGB (Red+Green+Blue) = 237+170+215=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 215 (84.38% from 255 or 34.57% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAAD7 is #125528. Grayscale: #C3C3C3. Windows color (decimal): -1201449 or 14133997. OLE color: 14133997.

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

Color convert

RGB237170215-
CMYK00.280.090.07
HSL319.7º65.05%79.8%-
HSV(B)319.7º28.27%92.94%-
XYZ61.5751.6671.02-
YUV195.16139.2157.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.10%
GREEN value IS 170 (66.80% from 255) = 27.33%
BLUE value IS 215 (84.38% from 255) = 34.57%
R=38.10%
G=27.33%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717021500.280.090.07319.765.0579.8
HexEDAAD701C971404150
Octal355252327034117500101120
Binary111011011010101011010111011100100111110100000010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAAD7; }

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

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

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

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

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

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

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

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