#EFA7DC

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

Shades of Lavender Rose #EFA7DC

Tints of Lavender Rose #EFA7DC

Color information

#EFA7DC (or 0xEFA7DC) is unknown color: approx Lavender Rose. HEX triplet: EF, A7 and DC. RGB value is (239,167,220). Sum of RGB (Red+Green+Blue) = 239+167+220=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 167 (65.62% from 255 or 26.68% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA7DC is #105823. Grayscale: #C2C2C2. Windows color (decimal): -1071140 or 14460911. OLE color: 14460911.

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

Color convert

RGB239167220-
CMYK00.300.080.06
HSL315.83º69.23%79.61%-
HSV(B)315.83º30.13%93.73%-
XYZ62.3351.1674.3-
YUV194.57142.35159.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.18%
GREEN value IS 167 (65.62% from 255) = 26.68%
BLUE value IS 220 (86.33% from 255) = 35.14%
R=38.18%
G=26.68%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916722000.300.080.06315.8369.2379.61
HexEFA7DC01E8613c4550
Octal357247334036106474105120
Binary111011111010011111011100011110100011010011110010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA7DC; }

 p { color: rgb(239,167,220); }

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

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

 a { background-color: rgb(239,167,220); }

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

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

 span { border-color: rgb(239,167,220); }

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