#EDA4CC

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

Shades of Lavender Pink #EDA4CC

Tints of Lavender Pink #EDA4CC

Color information

#EDA4CC (or 0xEDA4CC) is unknown color: approx Lavender Pink. HEX triplet: ED, A4 and CC. RGB value is (237,164,204). Sum of RGB (Red+Green+Blue) = 237+164+204=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 164 (64.45% from 255 or 27.11% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA4CC is #125B33. Grayscale: #BEBEBE. Windows color (decimal): -1202996 or 13411565. OLE color: 13411565.

HSL color Cylindrical-coordinate representation of color #EDA4CC: hue angle of 327.12º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDA4CC is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB237164204-
CMYK00.310.140.07
HSL327.12º66.97%78.63%-
HSV(B)327.12º30.8%92.94%-
XYZ59.148.9263.45-
YUV190.39135.68161.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.17%
GREEN value IS 164 (64.45% from 255) = 27.11%
BLUE value IS 204 (80.08% from 255) = 33.72%
R=39.17%
G=27.11%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716420400.310.140.07327.1266.9778.63
HexEDA4CC01FE7147434f
Octal355244314037167507103117
Binary111011011010010011001100011111111011110100011110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA4CC; }

 p { color: rgb(237,164,204); }

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

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

 a { background-color: rgb(237,164,204); }

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

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

 span { border-color: rgb(237,164,204); }

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