#EDACD9

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

Shades of Lavender Rose #EDACD9

Tints of Lavender Rose #EDACD9

Color information

#EDACD9 (or 0xEDACD9) is unknown color: approx Lavender Rose. HEX triplet: ED, AC and D9. RGB value is (237,172,217). Sum of RGB (Red+Green+Blue) = 237+172+217=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 172 (67.58% from 255 or 27.48% from 626); Blue value is 217 (85.16% from 255 or 34.66% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACD9 is #125326. Grayscale: #C4C4C4. Windows color (decimal): -1200935 or 14265581. OLE color: 14265581.

HSL color Cylindrical-coordinate representation of color #EDACD9: hue angle of 318.46º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDACD9 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB237172217-
CMYK00.270.080.07
HSL318.46º64.36%80.2%-
HSV(B)318.46º27.43%92.94%-
XYZ62.252.5272.5-
YUV196.56139.53156.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.86%
GREEN value IS 172 (67.58% from 255) = 27.48%
BLUE value IS 217 (85.16% from 255) = 34.66%
R=37.86%
G=27.48%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717221700.270.080.07318.4664.3680.2
HexEDACD901B8713e4050
Octal355254331033107476100120
Binary111011011010110011011001011011100011110011111010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDACD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDACD9; }

 p { color: rgb(237,172,217); }

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

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

 a { background-color: rgb(237,172,217); }

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

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

 span { border-color: rgb(237,172,217); }

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