#EFB1CC

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

Shades of Lavender Pink #EFB1CC

Tints of Lavender Pink #EFB1CC

Color information

#EFB1CC (or 0xEFB1CC) is unknown color: approx Lavender Pink. HEX triplet: EF, B1 and CC. RGB value is (239,177,204). Sum of RGB (Red+Green+Blue) = 239+177+204=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 177 (69.53% from 255 or 28.55% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB1CC is #104E33. Grayscale: #C6C6C6. Windows color (decimal): -1068596 or 13414895. OLE color: 13414895.

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

Color convert

RGB239177204-
CMYK00.260.150.06
HSL333.87º65.96%81.57%-
HSV(B)333.87º25.94%93.73%-
XYZ62.2254.1564.3-
YUV198.62131.04156.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.55%
GREEN value IS 177 (69.53% from 255) = 28.55%
BLUE value IS 204 (80.08% from 255) = 32.90%
R=38.55%
G=28.55%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917720400.260.150.06333.8765.9681.57
HexEFB1CC01AF614e4252
Octal357261314032176516102122
Binary111011111011000111001100011010111111010100111010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB1CC; }

 p { color: rgb(239,177,204); }

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

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

 a { background-color: rgb(239,177,204); }

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

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

 span { border-color: rgb(239,177,204); }

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