#EFB7D5

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

Shades of Lavender Pink #EFB7D5

Tints of Lavender Pink #EFB7D5

Color information

#EFB7D5 (or 0xEFB7D5) is unknown color: approx Lavender Pink. HEX triplet: EF, B7 and D5. RGB value is (239,183,213). Sum of RGB (Red+Green+Blue) = 239+183+213=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 183 (71.88% from 255 or 28.82% from 635); Blue value is 213 (83.59% from 255 or 33.54% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB7D5 is #10482A. Grayscale: #CBCBCB. Windows color (decimal): -1067051 or 14006255. OLE color: 14006255.

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

Color convert

RGB239183213-
CMYK00.230.110.06
HSL327.86º63.64%82.75%-
HSV(B)327.86º23.43%93.73%-
XYZ64.5457.0270.56-
YUV203.16133.55153.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.64%
GREEN value IS 183 (71.88% from 255) = 28.82%
BLUE value IS 213 (83.59% from 255) = 33.54%
R=37.64%
G=28.82%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918321300.230.110.06327.8663.6482.75
HexEFB7D5017B61484053
Octal357267325027136510100123
Binary111011111011011111010101010111101111010100100010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB7D5; }

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

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

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

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

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

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

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

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