#EFAFD7

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

Shades of Lavender Pink #EFAFD7

Tints of Lavender Pink #EFAFD7

Color information

#EFAFD7 (or 0xEFAFD7) is unknown color: approx Lavender Pink. HEX triplet: EF, AF and D7. RGB value is (239,175,215). Sum of RGB (Red+Green+Blue) = 239+175+215=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 215 (84.38% from 255 or 34.18% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFD7 is #105028. Grayscale: #C6C6C6. Windows color (decimal): -1069097 or 14135279. OLE color: 14135279.

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

Color convert

RGB239175215-
CMYK00.270.100.06
HSL322.5º66.67%81.18%-
HSV(B)322.5º26.78%93.73%-
XYZ63.1953.9271.37-
YUV198.7137.2156.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.00%
GREEN value IS 175 (68.75% from 255) = 27.82%
BLUE value IS 215 (84.38% from 255) = 34.18%
R=38.00%
G=27.82%
B=34.18%

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
Decimal23917521500.270.100.06322.566.6781.18
HexEFAFD701BA61424351
Octal357257327033126502103121
Binary111011111010111111010111011011101011010100001010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFD7; }

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

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

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

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

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

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

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

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