#EDA9CB

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

Shades of Lavender Pink #EDA9CB

Tints of Lavender Pink #EDA9CB

Color information

#EDA9CB (or 0xEDA9CB) is unknown color: approx Lavender Pink. HEX triplet: ED, A9 and CB. RGB value is (237,169,203). Sum of RGB (Red+Green+Blue) = 237+169+203=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 169 (66.41% from 255 or 27.75% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9CB is #125634. Grayscale: #C1C1C1. Windows color (decimal): -1201717 or 13347309. OLE color: 13347309.

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

Color convert

RGB237169203-
CMYK00.290.140.07
HSL330º65.38%79.61%-
HSV(B)330º28.69%92.94%-
XYZ59.8950.6963.13-
YUV193.21133.53159.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.92%
GREEN value IS 169 (66.41% from 255) = 27.75%
BLUE value IS 203 (79.69% from 255) = 33.33%
R=38.92%
G=27.75%
B=33.33%

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
Decimal23716920300.290.140.0733065.3879.61
HexEDA9CB01DE714a4150
Octal355251313035167512101120
Binary111011011010100111001011011101111011110100101010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA9CB; }

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

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

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

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

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

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

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

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