#EFA6DB

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

Shades of Lavender Rose #EFA6DB

Tints of Lavender Rose #EFA6DB

Color information

#EFA6DB (or 0xEFA6DB) is unknown color: approx Lavender Rose. HEX triplet: EF, A6 and DB. RGB value is (239,166,219). Sum of RGB (Red+Green+Blue) = 239+166+219=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 166 (65.23% from 255 or 26.60% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA6DB is #105924. Grayscale: #C1C1C1. Windows color (decimal): -1071397 or 14395119. OLE color: 14395119.

HSL color Cylindrical-coordinate representation of color #EFA6DB: hue angle of 316.44º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA6DB is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB239166219-
CMYK00.310.080.06
HSL316.44º69.52%79.41%-
HSV(B)316.44º30.54%93.73%-
XYZ62.0250.7473.54-
YUV193.87142.18160.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.30%
GREEN value IS 166 (65.23% from 255) = 26.60%
BLUE value IS 219 (85.94% from 255) = 35.10%
R=38.30%
G=26.60%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916621900.310.080.06316.4469.5279.41
HexEFA6DB01F8613c464f
Octal357246333037106474106117
Binary111011111010011011011011011111100011010011110010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA6DB; }

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

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

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

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

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

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

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

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