#EFB5D4

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

Shades of Lavender Pink #EFB5D4

Tints of Lavender Pink #EFB5D4

Color information

#EFB5D4 (or 0xEFB5D4) is unknown color: approx Lavender Pink. HEX triplet: EF, B5 and D4. RGB value is (239,181,212). Sum of RGB (Red+Green+Blue) = 239+181+212=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 181 (71.09% from 255 or 28.64% from 632); Blue value is 212 (83.20% from 255 or 33.54% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB5D4 is #104A2B. Grayscale: #C9C9C9. Windows color (decimal): -1067564 or 13940207. OLE color: 13940207.

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

Color convert

RGB239181212-
CMYK00.240.110.06
HSL327.93º64.44%82.35%-
HSV(B)327.93º24.27%93.73%-
XYZ6456.1569.75-
YUV201.88133.72154.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.82%
GREEN value IS 181 (71.09% from 255) = 28.64%
BLUE value IS 212 (83.20% from 255) = 33.54%
R=37.82%
G=28.64%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918121200.240.110.06327.9364.4482.35
HexEFB5D4018B61484052
Octal357265324030136510100122
Binary111011111011010111010100011000101111010100100010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB5D4; }

 p { color: rgb(239,181,212); }

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

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

 a { background-color: rgb(239,181,212); }

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

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

 span { border-color: rgb(239,181,212); }

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