#EFACD3

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

Shades of Lavender Pink #EFACD3

Tints of Lavender Pink #EFACD3

Color information

#EFACD3 (or 0xEFACD3) is unknown color: approx Lavender Pink. HEX triplet: EF, AC and D3. RGB value is (239,172,211). Sum of RGB (Red+Green+Blue) = 239+172+211=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 172 (67.58% from 255 or 27.65% from 622); Blue value is 211 (82.81% from 255 or 33.92% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACD3 is #10532C. Grayscale: #C4C4C4. Windows color (decimal): -1069869 or 13872367. OLE color: 13872367.

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

Color convert

RGB239172211-
CMYK00.280.120.06
HSL325.07º67.68%80.59%-
HSV(B)325.07º28.03%93.73%-
XYZ62.1152.5668.5-
YUV196.48136.2158.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.42%
GREEN value IS 172 (67.58% from 255) = 27.65%
BLUE value IS 211 (82.81% from 255) = 33.92%
R=38.42%
G=27.65%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917221100.280.120.06325.0767.6880.59
HexEFACD301CC61454451
Octal357254323034146505104121
Binary111011111010110011010011011100110011010100010110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFACD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFACD3; }

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

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

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

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

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

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

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

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