#EFB1DF

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

Shades of Lavender Rose #EFB1DF

Tints of Lavender Rose #EFB1DF

Color information

#EFB1DF (or 0xEFB1DF) is unknown color: approx Lavender Rose. HEX triplet: EF, B1 and DF. RGB value is (239,177,223). Sum of RGB (Red+Green+Blue) = 239+177+223=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 177 (69.53% from 255 or 27.70% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB1DF is #104E20. Grayscale: #C8C8C8. Windows color (decimal): -1068577 or 14660079. OLE color: 14660079.

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

Color convert

RGB239177223-
CMYK00.260.070.06
HSL315.48º65.96%81.57%-
HSV(B)315.48º25.94%93.73%-
XYZ64.6455.1277.04-
YUV200.78140.54155.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.40%
GREEN value IS 177 (69.53% from 255) = 27.70%
BLUE value IS 223 (87.5% from 255) = 34.90%
R=37.40%
G=27.70%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917722300.260.070.06315.4865.9681.57
HexEFB1DF01A7613b4252
Octal35726133703276473102122
Binary11101111101100011101111101101011111010011101110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB1DF; }

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

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

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

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

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

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

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

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