#EFB9D7

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

Shades of Lavender Pink #EFB9D7

Tints of Lavender Pink #EFB9D7

Color information

#EFB9D7 (or 0xEFB9D7) is unknown color: approx Lavender Pink. HEX triplet: EF, B9 and D7. RGB value is (239,185,215). Sum of RGB (Red+Green+Blue) = 239+185+215=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 185 (72.66% from 255 or 28.95% from 639); Blue value is 215 (84.38% from 255 or 33.65% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB9D7 is #104628. Grayscale: #CCCCCC. Windows color (decimal): -1066537 or 14137839. OLE color: 14137839.

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

Color convert

RGB239185215-
CMYK00.230.100.06
HSL326.67º62.79%83.14%-
HSV(B)326.67º22.59%93.73%-
XYZ65.2157.9572.04-
YUV204.57133.89152.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.40%
GREEN value IS 185 (72.66% from 255) = 28.95%
BLUE value IS 215 (84.38% from 255) = 33.65%
R=37.40%
G=28.95%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918521500.230.100.06326.6762.7983.14
HexEFB9D7017A61473f53
Octal35727132702712650777123
Binary11101111101110011101011101011110101101010001111111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB9D7; }

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

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

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

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

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

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

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

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