#EFA9DB

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

Shades of Lavender Rose #EFA9DB

Tints of Lavender Rose #EFA9DB

Color information

#EFA9DB (or 0xEFA9DB) is unknown color: approx Lavender Rose. HEX triplet: EF, A9 and DB. RGB value is (239,169,219). Sum of RGB (Red+Green+Blue) = 239+169+219=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 169 (66.41% from 255 or 26.95% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA9DB is #105624. Grayscale: #C3C3C3. Windows color (decimal): -1070629 or 14395887. OLE color: 14395887.

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

Color convert

RGB239169219-
CMYK00.290.080.06
HSL317.14º68.63%80%-
HSV(B)317.14º29.29%93.73%-
XYZ62.5751.8473.73-
YUV195.63141.19158.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.12%
GREEN value IS 169 (66.41% from 255) = 26.95%
BLUE value IS 219 (85.94% from 255) = 34.93%
R=38.12%
G=26.95%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916921900.290.080.06317.1468.6380
HexEFA9DB01D8613d4550
Octal357251333035106475105120
Binary111011111010100111011011011101100011010011110110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA9DB; }

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

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

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

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

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

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

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

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