#EDA9C8

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

Shades of Lavender Pink #EDA9C8

Tints of Lavender Pink #EDA9C8

Color information

#EDA9C8 (or 0xEDA9C8) is unknown color: approx Lavender Pink. HEX triplet: ED, A9 and C8. RGB value is (237,169,200). Sum of RGB (Red+Green+Blue) = 237+169+200=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 169 (66.41% from 255 or 27.89% from 606); Blue value is 200 (78.52% from 255 or 33.00% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9C8 is #125637. Grayscale: #C0C0C0. Windows color (decimal): -1201720 or 13150701. OLE color: 13150701.

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

Color convert

RGB237169200-
CMYK00.290.160.07
HSL332.65º65.38%79.61%-
HSV(B)332.65º28.69%92.94%-
XYZ59.5450.5561.26-
YUV192.87132.03159.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.11%
GREEN value IS 169 (66.41% from 255) = 27.89%
BLUE value IS 200 (78.52% from 255) = 33.00%
R=39.11%
G=27.89%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716920000.290.160.07332.6565.3879.61
HexEDA9C801D10714d4150
Octal355251310035207515101120
Binary1110110110101001110010000111011000011110100110110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA9C8; }

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

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

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

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

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

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

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

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