#EDA5CF

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

Shades of Lavender Pink #EDA5CF

Tints of Lavender Pink #EDA5CF

Color information

#EDA5CF (or 0xEDA5CF) is unknown color: approx Lavender Pink. HEX triplet: ED, A5 and CF. RGB value is (237,165,207). Sum of RGB (Red+Green+Blue) = 237+165+207=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 165 (64.84% from 255 or 27.09% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA5CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA5CF is #125A30. Grayscale: #BFBFBF. Windows color (decimal): -1202737 or 13608429. OLE color: 13608429.

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

Color convert

RGB237165207-
CMYK00.300.130.07
HSL325º66.67%78.82%-
HSV(B)325º30.38%92.94%-
XYZ59.6449.4265.43-
YUV191.32136.85160.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.92%
GREEN value IS 165 (64.84% from 255) = 27.09%
BLUE value IS 207 (81.25% from 255) = 33.99%
R=38.92%
G=27.09%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716520700.300.130.0732566.6778.82
HexEDA5CF01ED7145434f
Octal355245317036157505103117
Binary111011011010010111001111011110110111110100010110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA5CF; }

 p { color: rgb(237,165,207); }

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

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

 a { background-color: rgb(237,165,207); }

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

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

 span { border-color: rgb(237,165,207); }

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