#EDA9D6

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

Shades of Lavender Rose #EDA9D6

Tints of Lavender Rose #EDA9D6

Color information

#EDA9D6 (or 0xEDA9D6) is unknown color: approx Lavender Rose. HEX triplet: ED, A9 and D6. RGB value is (237,169,214). Sum of RGB (Red+Green+Blue) = 237+169+214=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 169 (66.41% from 255 or 27.26% from 620); Blue value is 214 (83.98% from 255 or 34.52% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9D6 is #125629. Grayscale: #C2C2C2. Windows color (decimal): -1201706 or 14068205. OLE color: 14068205.

HSL color Cylindrical-coordinate representation of color #EDA9D6: hue angle of 320.29º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA9D6 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB237169214-
CMYK00.290.100.07
HSL320.29º65.38%79.61%-
HSV(B)320.29º28.69%92.94%-
XYZ61.2551.2470.28-
YUV194.46139.03158.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.23%
GREEN value IS 169 (66.41% from 255) = 27.26%
BLUE value IS 214 (83.98% from 255) = 34.52%
R=38.23%
G=27.26%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716921400.290.100.07320.2965.3879.61
HexEDA9D601DA71404150
Octal355251326035127500101120
Binary111011011010100111010110011101101011110100000010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA9D6; }

 p { color: rgb(237,169,214); }

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

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

 a { background-color: rgb(237,169,214); }

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

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

 span { border-color: rgb(237,169,214); }

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