#EDA4DE

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

Shades of Lavender Rose #EDA4DE

Tints of Lavender Rose #EDA4DE

Color information

#EDA4DE (or 0xEDA4DE) is unknown color: approx Lavender Rose. HEX triplet: ED, A4 and DE. RGB value is (237,164,222). Sum of RGB (Red+Green+Blue) = 237+164+222=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 164 (64.45% from 255 or 26.32% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA4DE is #125B21. Grayscale: #C0C0C0. Windows color (decimal): -1202978 or 14591213. OLE color: 14591213.

HSL color Cylindrical-coordinate representation of color #EDA4DE: hue angle of 312.33º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDA4DE is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB237164222-
CMYK00.310.060.07
HSL312.33º66.97%78.63%-
HSV(B)312.33º30.8%92.94%-
XYZ61.3949.8375.49-
YUV192.44144.68159.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.04%
GREEN value IS 164 (64.45% from 255) = 26.32%
BLUE value IS 222 (87.11% from 255) = 35.63%
R=38.04%
G=26.32%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716422200.310.060.07312.3366.9778.63
HexEDA4DE01F67138434f
Octal35524433603767470103117
Binary11101101101001001101111001111111011110011100010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA4DE; }

 p { color: rgb(237,164,222); }

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

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

 a { background-color: rgb(237,164,222); }

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

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

 span { border-color: rgb(237,164,222); }

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