#EFABD6

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

Shades of Lavender Pink #EFABD6

Tints of Lavender Pink #EFABD6

Color information

#EFABD6 (or 0xEFABD6) is unknown color: approx Lavender Pink. HEX triplet: EF, AB and D6. RGB value is (239,171,214). Sum of RGB (Red+Green+Blue) = 239+171+214=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 171 (67.19% from 255 or 27.40% from 624); Blue value is 214 (83.98% from 255 or 34.29% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABD6 is #105429. Grayscale: #C4C4C4. Windows color (decimal): -1070122 or 14068719. OLE color: 14068719.

HSL color Cylindrical-coordinate representation of color #EFABD6: hue angle of 322.06º 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 #EFABD6 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB239171214-
CMYK00.280.100.06
HSL322.06º68%80.39%-
HSV(B)322.06º28.45%93.73%-
XYZ62.352.3370.44-
YUV196.23138.03158.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.30%
GREEN value IS 171 (67.19% from 255) = 27.40%
BLUE value IS 214 (83.98% from 255) = 34.29%
R=38.30%
G=27.40%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917121400.280.100.06322.066880.39
HexEFABD601CA61424450
Octal357253326034126502104120
Binary111011111010101111010110011100101011010100001010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFABD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFABD6; }

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

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

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

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

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

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

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

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