#EFACD4

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

Shades of Lavender Pink #EFACD4

Tints of Lavender Pink #EFACD4

Color information

#EFACD4 (or 0xEFACD4) is unknown color: approx Lavender Pink. HEX triplet: EF, AC and D4. RGB value is (239,172,212). Sum of RGB (Red+Green+Blue) = 239+172+212=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACD4 is #10532B. Grayscale: #C4C4C4. Windows color (decimal): -1069868 or 13937903. OLE color: 13937903.

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

Color convert

RGB239172212-
CMYK00.280.110.06
HSL324.18º67.68%80.59%-
HSV(B)324.18º28.03%93.73%-
XYZ62.2352.6169.16-
YUV196.59136.7158.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.36%
GREEN value IS 172 (67.58% from 255) = 27.61%
BLUE value IS 212 (83.20% from 255) = 34.03%
R=38.36%
G=27.61%
B=34.03%

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
Decimal23917221200.280.110.06324.1867.6880.59
HexEFACD401CB61444451
Octal357254324034136504104121
Binary111011111010110011010100011100101111010100010010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFACD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFACD4; }

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

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

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

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

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

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

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

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