#EDA4DD

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

Shades of Lavender Rose #EDA4DD

Tints of Lavender Rose #EDA4DD

Color information

#EDA4DD (or 0xEDA4DD) is unknown color: approx Lavender Rose. HEX triplet: ED, A4 and DD. RGB value is (237,164,221). Sum of RGB (Red+Green+Blue) = 237+164+221=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 164 (64.45% from 255 or 26.37% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA4DD is #125B22. Grayscale: #C0C0C0. Windows color (decimal): -1202979 or 14525677. OLE color: 14525677.

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

Color convert

RGB237164221-
CMYK00.310.070.07
HSL313.15º66.97%78.63%-
HSV(B)313.15º30.8%92.94%-
XYZ61.2549.7874.79-
YUV192.32144.18159.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.10%
GREEN value IS 164 (64.45% from 255) = 26.37%
BLUE value IS 221 (86.72% from 255) = 35.53%
R=38.10%
G=26.37%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716422100.310.070.07313.1566.9778.63
HexEDA4DD01F77139434f
Octal35524433503777471103117
Binary11101101101001001101110101111111111110011100110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA4DD; }

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

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

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

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

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

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

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

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