#EDA7C9

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

Shades of Lavender Pink #EDA7C9

Tints of Lavender Pink #EDA7C9

Color information

#EDA7C9 (or 0xEDA7C9) is unknown color: approx Lavender Pink. HEX triplet: ED, A7 and C9. RGB value is (237,167,201). Sum of RGB (Red+Green+Blue) = 237+167+201=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 167 (65.62% from 255 or 27.60% from 605); Blue value is 201 (78.91% from 255 or 33.22% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA7C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA7C9 is #125836. Grayscale: #BFBFBF. Windows color (decimal): -1202231 or 13215725. OLE color: 13215725.

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

Color convert

RGB237167201-
CMYK00.300.150.07
HSL330.86º66.04%79.22%-
HSV(B)330.86º29.54%92.94%-
XYZ59.2949.8661.76-
YUV191.81133.19160.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.17%
GREEN value IS 167 (65.62% from 255) = 27.60%
BLUE value IS 201 (78.91% from 255) = 33.22%
R=39.17%
G=27.60%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716720100.300.150.07330.8666.0479.22
HexEDA7C901EF714b424f
Octal355247311036177513102117
Binary111011011010011111001001011110111111110100101110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA7C9; }

 p { color: rgb(237,167,201); }

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

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

 a { background-color: rgb(237,167,201); }

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

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

 span { border-color: rgb(237,167,201); }

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