#EDA5DD

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

Shades of Lavender Rose #EDA5DD

Tints of Lavender Rose #EDA5DD

Color information

#EDA5DD (or 0xEDA5DD) is unknown color: approx Lavender Rose. HEX triplet: ED, A5 and DD. RGB value is (237,165,221). Sum of RGB (Red+Green+Blue) = 237+165+221=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 165 (64.84% from 255 or 26.48% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA5DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA5DD is #125A22. Grayscale: #C0C0C0. Windows color (decimal): -1202723 or 14525933. OLE color: 14525933.

HSL color Cylindrical-coordinate representation of color #EDA5DD: hue angle of 313.33º degrees, saturation: 0.67, 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 #EDA5DD is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB237165221-
CMYK00.300.070.07
HSL313.33º66.67%78.82%-
HSV(B)313.33º30.38%92.94%-
XYZ61.4350.1474.85-
YUV192.91143.85159.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.04%
GREEN value IS 165 (64.84% from 255) = 26.48%
BLUE value IS 221 (86.72% from 255) = 35.47%
R=38.04%
G=26.48%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716522100.300.070.07313.3366.6778.82
HexEDA5DD01E77139434f
Octal35524533503677471103117
Binary11101101101001011101110101111011111110011100110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA5DD; }

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

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

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

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

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

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

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

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