#EFACD8

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

Shades of Lavender Pink #EFACD8

Tints of Lavender Pink #EFACD8

Color information

#EFACD8 (or 0xEFACD8) is unknown color: approx Lavender Pink. HEX triplet: EF, AC and D8. RGB value is (239,172,216). Sum of RGB (Red+Green+Blue) = 239+172+216=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 216 (84.77% from 255 or 34.45% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACD8 is #105327. Grayscale: #C4C4C4. Windows color (decimal): -1069864 or 14200047. OLE color: 14200047.

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

Color convert

RGB239172216-
CMYK00.280.100.06
HSL320.6º67.68%80.59%-
HSV(B)320.6º28.03%93.73%-
XYZ62.7452.8171.85-
YUV197.05138.7157.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.12%
GREEN value IS 172 (67.58% from 255) = 27.43%
BLUE value IS 216 (84.77% from 255) = 34.45%
R=38.12%
G=27.43%
B=34.45%

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
Decimal23917221600.280.100.06320.667.6880.59
HexEFACD801CA61414451
Octal357254330034126501104121
Binary111011111010110011011000011100101011010100000110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFACD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFACD8; }

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

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

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

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

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

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

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

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