#EDA6E3

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

Shades of Lavender Rose #EDA6E3

Tints of Lavender Rose #EDA6E3

Color information

#EDA6E3 (or 0xEDA6E3) is unknown color: approx Lavender Rose. HEX triplet: ED, A6 and E3. RGB value is (237,166,227). Sum of RGB (Red+Green+Blue) = 237+166+227=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 166 (65.23% from 255 or 26.35% from 630); Blue value is 227 (89.06% from 255 or 36.03% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA6E3 is #12591C. Grayscale: #C2C2C2. Windows color (decimal): -1202461 or 14919405. OLE color: 14919405.

HSL color Cylindrical-coordinate representation of color #EDA6E3: hue angle of 308.45º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA6E3 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB237166227-
CMYK00.300.040.07
HSL308.45º66.36%79.02%-
HSV(B)308.45º29.96%92.94%-
XYZ62.4350.8279.19-
YUV194.18146.52158.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.62%
GREEN value IS 166 (65.23% from 255) = 26.35%
BLUE value IS 227 (89.06% from 255) = 36.03%
R=37.62%
G=26.35%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716622700.300.040.07308.4566.3679.02
HexEDA6E301E47134424f
Octal35524634303647464102117
Binary11101101101001101110001101111010011110011010010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA6E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA6E3; }

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

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

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

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

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

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

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

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