#EFB6DB

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

Shades of Lavender Pink #EFB6DB

Tints of Lavender Pink #EFB6DB

Color information

#EFB6DB (or 0xEFB6DB) is unknown color: approx Lavender Pink. HEX triplet: EF, B6 and DB. RGB value is (239,182,219). Sum of RGB (Red+Green+Blue) = 239+182+219=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 182 (71.48% from 255 or 28.44% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6DB is #104924. Grayscale: #CBCBCB. Windows color (decimal): -1067301 or 14399215. OLE color: 14399215.

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

Color convert

RGB239182219-
CMYK00.240.080.06
HSL321.05º64.04%82.55%-
HSV(B)321.05º23.85%93.73%-
XYZ65.1156.9274.57-
YUV203.26136.88153.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.34%
GREEN value IS 182 (71.48% from 255) = 28.44%
BLUE value IS 219 (85.94% from 255) = 34.22%
R=37.34%
G=28.44%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918221900.240.080.06321.0564.0482.55
HexEFB6DB018861414053
Octal357266333030106501100123
Binary111011111011011011011011011000100011010100000110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB6DB; }

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

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

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

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

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

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

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

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