#EFB1DB

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

Shades of Lavender Rose #EFB1DB

Tints of Lavender Rose #EFB1DB

Color information

#EFB1DB (or 0xEFB1DB) is unknown color: approx Lavender Rose. HEX triplet: EF, B1 and DB. RGB value is (239,177,219). Sum of RGB (Red+Green+Blue) = 239+177+219=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 177 (69.53% from 255 or 27.87% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB1DB is #104E24. Grayscale: #C8C8C8. Windows color (decimal): -1068581 or 14397935. OLE color: 14397935.

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

Color convert

RGB239177219-
CMYK00.260.080.06
HSL319.35º65.96%81.57%-
HSV(B)319.35º25.94%93.73%-
XYZ64.154.9174.24-
YUV200.33138.54155.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.64%
GREEN value IS 177 (69.53% from 255) = 27.87%
BLUE value IS 219 (85.94% from 255) = 34.49%
R=37.64%
G=27.87%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917721900.260.080.06319.3565.9681.57
HexEFB1DB01A8613f4252
Octal357261333032106477102122
Binary111011111011000111011011011010100011010011111110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB1DB; }

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

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

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

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

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

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

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

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