#EAACD4

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

Shades of Lavender Pink #EAACD4

Tints of Lavender Pink #EAACD4

Color information

#EAACD4 (or 0xEAACD4) is unknown color: approx Lavender Pink. HEX triplet: EA, AC and D4. RGB value is (234,172,212). Sum of RGB (Red+Green+Blue) = 234+172+212=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 212 (83.20% from 255 or 34.30% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACD4 is #15532B. Grayscale: #C3C3C3. Windows color (decimal): -1397548 or 13937898. OLE color: 13937898.

HSL color Cylindrical-coordinate representation of color #EAACD4: hue angle of 321.29º 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 #EAACD4 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB234172212-
CMYK00.260.090.08
HSL321.29º59.62%79.61%-
HSV(B)321.29º26.5%91.76%-
XYZ60.5751.7569.08-
YUV195.1137.54155.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.86%
GREEN value IS 172 (67.58% from 255) = 27.83%
BLUE value IS 212 (83.20% from 255) = 34.30%
R=37.86%
G=27.83%
B=34.30%

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
Decimal23417221200.260.090.08321.2959.6279.61
HexEAACD401A981413c50
Octal352254324032111050174120
Binary111010101010110011010100011010100110001010000011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAACD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAACD4; }

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

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

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

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

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

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

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

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