#EFB9D1

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

Shades of Lavender Pink #EFB9D1

Tints of Lavender Pink #EFB9D1

Color information

#EFB9D1 (or 0xEFB9D1) is unknown color: approx Lavender Pink. HEX triplet: EF, B9 and D1. RGB value is (239,185,209). Sum of RGB (Red+Green+Blue) = 239+185+209=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 185 (72.66% from 255 or 29.23% from 633); Blue value is 209 (82.03% from 255 or 33.02% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB9D1 is #10462E. Grayscale: #CBCBCB. Windows color (decimal): -1066543 or 13744623. OLE color: 13744623.

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

Color convert

RGB239185209-
CMYK00.230.130.06
HSL333.33º62.79%83.14%-
HSV(B)333.33º22.59%93.73%-
XYZ64.4557.6568.05-
YUV203.88130.89153.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.76%
GREEN value IS 185 (72.66% from 255) = 29.23%
BLUE value IS 209 (82.03% from 255) = 33.02%
R=37.76%
G=29.23%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918520900.230.130.06333.3362.7983.14
HexEFB9D1017D614d3f53
Octal35727132102715651577123
Binary11101111101110011101000101011111011101010011011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB9D1; }

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

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

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

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

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

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

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

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