#EFAFD4

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

Shades of Lavender Pink #EFAFD4

Tints of Lavender Pink #EFAFD4

Color information

#EFAFD4 (or 0xEFAFD4) is unknown color: approx Lavender Pink. HEX triplet: EF, AF and D4. RGB value is (239,175,212). Sum of RGB (Red+Green+Blue) = 239+175+212=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 175 (68.75% from 255 or 27.96% from 626); Blue value is 212 (83.20% from 255 or 33.87% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFD4 is #10502B. Grayscale: #C6C6C6. Windows color (decimal): -1069100 or 13938671. OLE color: 13938671.

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

Color convert

RGB239175212-
CMYK00.270.110.06
HSL325.31º66.67%81.18%-
HSV(B)325.31º26.78%93.73%-
XYZ62.8153.7669.35-
YUV198.35135.7156.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.18%
GREEN value IS 175 (68.75% from 255) = 27.96%
BLUE value IS 212 (83.20% from 255) = 33.87%
R=38.18%
G=27.96%
B=33.87%

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
Decimal23917521200.270.110.06325.3166.6781.18
HexEFAFD401BB61454351
Octal357257324033136505103121
Binary111011111010111111010100011011101111010100010110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFD4; }

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

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

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

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

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

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

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

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