#EFACD6

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

Shades of Lavender Pink #EFACD6

Tints of Lavender Pink #EFACD6

Color information

#EFACD6 (or 0xEFACD6) is unknown color: approx Lavender Pink. HEX triplet: EF, AC and D6. RGB value is (239,172,214). Sum of RGB (Red+Green+Blue) = 239+172+214=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 172 (67.58% from 255 or 27.52% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACD6 is #105329. Grayscale: #C4C4C4. Windows color (decimal): -1069866 or 14068975. OLE color: 14068975.

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

Color convert

RGB239172214-
CMYK00.280.100.06
HSL322.39º67.68%80.59%-
HSV(B)322.39º28.03%93.73%-
XYZ62.4952.7170.5-
YUV196.82137.7158.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.24%
GREEN value IS 172 (67.58% from 255) = 27.52%
BLUE value IS 214 (83.98% from 255) = 34.24%
R=38.24%
G=27.52%
B=34.24%

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
Decimal23917221400.280.100.06322.3967.6880.59
HexEFACD601CA61424451
Octal357254326034126502104121
Binary111011111010110011010110011100101011010100001010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFACD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFACD6; }

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

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

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

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

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

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

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

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