#EFB6D9

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

Shades of Lavender Pink #EFB6D9

Tints of Lavender Pink #EFB6D9

Color information

#EFB6D9 (or 0xEFB6D9) is unknown color: approx Lavender Pink. HEX triplet: EF, B6 and D9. RGB value is (239,182,217). Sum of RGB (Red+Green+Blue) = 239+182+217=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 182 (71.48% from 255 or 28.53% from 638); Blue value is 217 (85.16% from 255 or 34.01% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6D9 is #104926. Grayscale: #CACACA. Windows color (decimal): -1067303 or 14268143. OLE color: 14268143.

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

Color convert

RGB239182217-
CMYK00.240.090.06
HSL323.16º64.04%82.55%-
HSV(B)323.16º23.85%93.73%-
XYZ64.8556.8273.19-
YUV203.03135.88153.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.46%
GREEN value IS 182 (71.48% from 255) = 28.53%
BLUE value IS 217 (85.16% from 255) = 34.01%
R=37.46%
G=28.53%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918221700.240.090.06323.1664.0482.55
HexEFB6D9018961434053
Octal357266331030116503100123
Binary111011111011011011011001011000100111010100001110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB6D9; }

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

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

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

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

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

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

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

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