#EDA9E3

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

Shades of Lavender Rose #EDA9E3

Tints of Lavender Rose #EDA9E3

Color information

#EDA9E3 (or 0xEDA9E3) is unknown color: approx Lavender Rose. HEX triplet: ED, A9 and E3. RGB value is (237,169,227). Sum of RGB (Red+Green+Blue) = 237+169+227=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 169 (66.41% from 255 or 26.70% from 633); Blue value is 227 (89.06% from 255 or 35.86% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9E3 is #12561C. Grayscale: #C3C3C3. Windows color (decimal): -1201693 or 14920173. OLE color: 14920173.

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

Color convert

RGB237169227-
CMYK00.290.040.07
HSL308.82º65.38%79.61%-
HSV(B)308.82º28.69%92.94%-
XYZ62.9851.9379.38-
YUV195.94145.53157.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.44%
GREEN value IS 169 (66.41% from 255) = 26.70%
BLUE value IS 227 (89.06% from 255) = 35.86%
R=37.44%
G=26.70%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716922700.290.040.07308.8265.3879.61
HexEDA9E301D471354150
Octal35525134303547465101120
Binary11101101101010011110001101110110011110011010110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA9E3; }

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

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

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

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

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

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

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

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