#EDA5CE

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

Shades of Lavender Pink #EDA5CE

Tints of Lavender Pink #EDA5CE

Color information

#EDA5CE (or 0xEDA5CE) is unknown color: approx Lavender Pink. HEX triplet: ED, A5 and CE. RGB value is (237,165,206). Sum of RGB (Red+Green+Blue) = 237+165+206=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 165 (64.84% from 255 or 27.14% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA5CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA5CE is #125A31. Grayscale: #BFBFBF. Windows color (decimal): -1202738 or 13542893. OLE color: 13542893.

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

Color convert

RGB237165206-
CMYK00.300.130.07
HSL325.83º66.67%78.82%-
HSV(B)325.83º30.38%92.94%-
XYZ59.5249.3764.78-
YUV191.2136.35160.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.98%
GREEN value IS 165 (64.84% from 255) = 27.14%
BLUE value IS 206 (80.86% from 255) = 33.88%
R=38.98%
G=27.14%
B=33.88%

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
Decimal23716520600.300.130.07325.8366.6778.82
HexEDA5CE01ED7146434f
Octal355245316036157506103117
Binary111011011010010111001110011110110111110100011010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA5CE; }

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

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

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

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

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

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

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

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