#EAADD5

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

Shades of Lavender Pink #EAADD5

Tints of Lavender Pink #EAADD5

Color information

#EAADD5 (or 0xEAADD5) is unknown color: approx Lavender Pink. HEX triplet: EA, AD and D5. RGB value is (234,173,213). Sum of RGB (Red+Green+Blue) = 234+173+213=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADD5 is #15522A. Grayscale: #C3C3C3. Windows color (decimal): -1397291 or 14003690. OLE color: 14003690.

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

Color convert

RGB234173213-
CMYK00.260.090.08
HSL320.66º59.22%79.8%-
HSV(B)320.66º26.07%91.76%-
XYZ60.8952.1869.81-
YUV195.8137.71155.25-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.74%
GREEN value IS 173 (67.97% from 255) = 27.90%
BLUE value IS 213 (83.59% from 255) = 34.35%
R=37.74%
G=27.90%
B=34.35%

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
Decimal23417321300.260.090.08320.6659.2279.8
HexEAADD501A981413b50
Octal352255325032111050173120
Binary111010101010110111010101011010100110001010000011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAADD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAADD5; }

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

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

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

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

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

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

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

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