#EFB7DB

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

Shades of Lavender Pink #EFB7DB

Tints of Lavender Pink #EFB7DB

Color information

#EFB7DB (or 0xEFB7DB) is unknown color: approx Lavender Pink. HEX triplet: EF, B7 and DB. RGB value is (239,183,219). Sum of RGB (Red+Green+Blue) = 239+183+219=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 183 (71.88% from 255 or 28.55% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB7DB is #104824. Grayscale: #CBCBCB. Windows color (decimal): -1067045 or 14399471. OLE color: 14399471.

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

Color convert

RGB239183219-
CMYK00.230.080.06
HSL321.43º63.64%82.75%-
HSV(B)321.43º23.43%93.73%-
XYZ65.3257.3374.64-
YUV203.85136.55153.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.29%
GREEN value IS 183 (71.88% from 255) = 28.55%
BLUE value IS 219 (85.94% from 255) = 34.17%
R=37.29%
G=28.55%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918321900.230.080.06321.4363.6482.75
HexEFB7DB017861414053
Octal357267333027106501100123
Binary111011111011011111011011010111100011010100000110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB7DB; }

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

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

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

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

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

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

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

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