#EFB4D6

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

Shades of Lavender Pink #EFB4D6

Tints of Lavender Pink #EFB4D6

Color information

#EFB4D6 (or 0xEFB4D6) is unknown color: approx Lavender Pink. HEX triplet: EF, B4 and D6. RGB value is (239,180,214). Sum of RGB (Red+Green+Blue) = 239+180+214=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 180 (70.70% from 255 or 28.44% from 633); Blue value is 214 (83.98% from 255 or 33.81% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB4D6 is #104B29. Grayscale: #C9C9C9. Windows color (decimal): -1067818 or 14071023. OLE color: 14071023.

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

Color convert

RGB239180214-
CMYK00.250.100.06
HSL325.42º64.84%82.16%-
HSV(B)325.42º24.69%93.73%-
XYZ64.0655.8571.02-
YUV201.52135.05154.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.76%
GREEN value IS 180 (70.70% from 255) = 28.44%
BLUE value IS 214 (83.98% from 255) = 33.81%
R=37.76%
G=28.44%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918021400.250.100.06325.4264.8482.16
HexEFB4D6019A61454152
Octal357264326031126505101122
Binary111011111011010011010110011001101011010100010110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB4D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB4D6; }

 p { color: rgb(239,180,214); }

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

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

 a { background-color: rgb(239,180,214); }

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

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

 span { border-color: rgb(239,180,214); }

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