#EFABD5

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

Shades of Lavender Pink #EFABD5

Tints of Lavender Pink #EFABD5

Color information

#EFABD5 (or 0xEFABD5) is unknown color: approx Lavender Pink. HEX triplet: EF, AB and D5. RGB value is (239,171,213). Sum of RGB (Red+Green+Blue) = 239+171+213=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 171 (67.19% from 255 or 27.45% from 623); Blue value is 213 (83.59% from 255 or 34.19% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABD5 is #10542A. Grayscale: #C4C4C4. Windows color (decimal): -1070123 or 14003183. OLE color: 14003183.

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

Color convert

RGB239171213-
CMYK00.280.110.06
HSL322.94º68%80.39%-
HSV(B)322.94º28.45%93.73%-
XYZ62.1752.2869.77-
YUV196.12137.53158.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.36%
GREEN value IS 171 (67.19% from 255) = 27.45%
BLUE value IS 213 (83.59% from 255) = 34.19%
R=38.36%
G=27.45%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917121300.280.110.06322.946880.39
HexEFABD501CB61434450
Octal357253325034136503104120
Binary111011111010101111010101011100101111010100001110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFABD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFABD5; }

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

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

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

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

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

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

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

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