#EFAFD6

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

Shades of Lavender Pink #EFAFD6

Tints of Lavender Pink #EFAFD6

Color information

#EFAFD6 (or 0xEFAFD6) is unknown color: approx Lavender Pink. HEX triplet: EF, AF and D6. RGB value is (239,175,214). Sum of RGB (Red+Green+Blue) = 239+175+214=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 175 (68.75% from 255 or 27.87% from 628); Blue value is 214 (83.98% from 255 or 34.08% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFD6 is #105029. Grayscale: #C6C6C6. Windows color (decimal): -1069098 or 14069743. OLE color: 14069743.

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

Color convert

RGB239175214-
CMYK00.270.100.06
HSL323.44º66.67%81.18%-
HSV(B)323.44º26.78%93.73%-
XYZ63.0653.8770.69-
YUV198.58136.7156.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.06%
GREEN value IS 175 (68.75% from 255) = 27.87%
BLUE value IS 214 (83.98% from 255) = 34.08%
R=38.06%
G=27.87%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917521400.270.100.06323.4466.6781.18
HexEFAFD601BA61434351
Octal357257326033126503103121
Binary111011111010111111010110011011101011010100001110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFD6; }

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

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

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

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

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

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

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

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