#EAACD5

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

Shades of Lavender Pink #EAACD5

Tints of Lavender Pink #EAACD5

Color information

#EAACD5 (or 0xEAACD5) is unknown color: approx Lavender Pink. HEX triplet: EA, AC and D5. RGB value is (234,172,213). Sum of RGB (Red+Green+Blue) = 234+172+213=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 213 (83.59% from 255 or 34.41% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACD5 is #15532A. Grayscale: #C3C3C3. Windows color (decimal): -1397547 or 14003434. OLE color: 14003434.

HSL color Cylindrical-coordinate representation of color #EAACD5: hue angle of 320.32º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAACD5 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB234172213-
CMYK00.260.090.08
HSL320.32º59.62%79.61%-
HSV(B)320.32º26.5%91.76%-
XYZ60.6951.869.75-
YUV195.21138.04155.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.80%
GREEN value IS 172 (67.58% from 255) = 27.79%
BLUE value IS 213 (83.59% from 255) = 34.41%
R=37.80%
G=27.79%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417221300.260.090.08320.3259.6279.61
HexEAACD501A981403c50
Octal352254325032111050074120
Binary111010101010110011010101011010100110001010000001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAACD5; }

 p { color: rgb(234,172,213); }

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

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

 a { background-color: rgb(234,172,213); }

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

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

 span { border-color: rgb(234,172,213); }

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