#EFAAD5

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

Shades of Lavender Pink #EFAAD5

Tints of Lavender Pink #EFAAD5

Color information

#EFAAD5 (or 0xEFAAD5) is unknown color: approx Lavender Pink. HEX triplet: EF, AA and D5. RGB value is (239,170,213). Sum of RGB (Red+Green+Blue) = 239+170+213=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 213 (83.59% from 255 or 34.24% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAAD5 is #10552A. Grayscale: #C3C3C3. Windows color (decimal): -1070379 or 14002927. OLE color: 14002927.

HSL color Cylindrical-coordinate representation of color #EFAAD5: hue angle of 322.61º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFAAD5 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB239170213-
CMYK00.290.110.06
HSL322.61º68.32%80.2%-
HSV(B)322.61º28.87%93.73%-
XYZ61.9851.969.7-
YUV195.53137.86159-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.42%
GREEN value IS 170 (66.80% from 255) = 27.33%
BLUE value IS 213 (83.59% from 255) = 34.24%
R=38.42%
G=27.33%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917021300.290.110.06322.6168.3280.2
HexEFAAD501DB61434450
Octal357252325035136503104120
Binary111011111010101011010101011101101111010100001110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAAD5; }

 p { color: rgb(239,170,213); }

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

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

 a { background-color: rgb(239,170,213); }

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

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

 span { border-color: rgb(239,170,213); }

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