#EFAFD9

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

Shades of Lavender Pink #EFAFD9

Tints of Lavender Pink #EFAFD9

Color information

#EFAFD9 (or 0xEFAFD9) is unknown color: approx Lavender Pink. HEX triplet: EF, AF and D9. RGB value is (239,175,217). Sum of RGB (Red+Green+Blue) = 239+175+217=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 217 (85.16% from 255 or 34.39% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFD9 is #105026. Grayscale: #C6C6C6. Windows color (decimal): -1069095 or 14266351. OLE color: 14266351.

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

Color convert

RGB239175217-
CMYK00.270.090.06
HSL320.62º66.67%81.18%-
HSV(B)320.62º26.78%93.73%-
XYZ63.4554.0272.73-
YUV198.92138.2156.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.88%
GREEN value IS 175 (68.75% from 255) = 27.73%
BLUE value IS 217 (85.16% from 255) = 34.39%
R=37.88%
G=27.73%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917521700.270.090.06320.6266.6781.18
HexEFAFD901B961414351
Octal357257331033116501103121
Binary111011111010111111011001011011100111010100000110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFD9; }

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

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

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

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

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

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

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

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