#EFAFD5

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

Shades of Lavender Pink #EFAFD5

Tints of Lavender Pink #EFAFD5

Color information

#EFAFD5 (or 0xEFAFD5) is unknown color: approx Lavender Pink. HEX triplet: EF, AF and D5. RGB value is (239,175,213). Sum of RGB (Red+Green+Blue) = 239+175+213=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 213 (83.59% from 255 or 33.97% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFD5 is #10502A. Grayscale: #C6C6C6. Windows color (decimal): -1069099 or 14004207. OLE color: 14004207.

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

Color convert

RGB239175213-
CMYK00.270.110.06
HSL324.38º66.67%81.18%-
HSV(B)324.38º26.78%93.73%-
XYZ62.9453.8170.02-
YUV198.47136.2156.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.12%
GREEN value IS 175 (68.75% from 255) = 27.91%
BLUE value IS 213 (83.59% from 255) = 33.97%
R=38.12%
G=27.91%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917521300.270.110.06324.3866.6781.18
HexEFAFD501BB61444351
Octal357257325033136504103121
Binary111011111010111111010101011011101111010100010010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFD5; }

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

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

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

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

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

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

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

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