#EDA9CD

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

Shades of Lavender Pink #EDA9CD

Tints of Lavender Pink #EDA9CD

Color information

#EDA9CD (or 0xEDA9CD) is unknown color: approx Lavender Pink. HEX triplet: ED, A9 and CD. RGB value is (237,169,205). Sum of RGB (Red+Green+Blue) = 237+169+205=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 169 (66.41% from 255 or 27.66% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9CD is #125632. Grayscale: #C1C1C1. Windows color (decimal): -1201715 or 13478381. OLE color: 13478381.

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

Color convert

RGB237169205-
CMYK00.290.140.07
HSL328.24º65.38%79.61%-
HSV(B)328.24º28.69%92.94%-
XYZ60.1350.7964.39-
YUV193.44134.53159.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.79%
GREEN value IS 169 (66.41% from 255) = 27.66%
BLUE value IS 205 (80.47% from 255) = 33.55%
R=38.79%
G=27.66%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716920500.290.140.07328.2465.3879.61
HexEDA9CD01DE71484150
Octal355251315035167510101120
Binary111011011010100111001101011101111011110100100010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA9CD; }

 p { color: rgb(237,169,205); }

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

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

 a { background-color: rgb(237,169,205); }

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

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

 span { border-color: rgb(237,169,205); }

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