#EFA7DD

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

Shades of Lavender Rose #EFA7DD

Tints of Lavender Rose #EFA7DD

Color information

#EFA7DD (or 0xEFA7DD) is unknown color: approx Lavender Rose. HEX triplet: EF, A7 and DD. RGB value is (239,167,221). Sum of RGB (Red+Green+Blue) = 239+167+221=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 167 (65.62% from 255 or 26.63% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA7DD is #105822. Grayscale: #C2C2C2. Windows color (decimal): -1071139 or 14526447. OLE color: 14526447.

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

Color convert

RGB239167221-
CMYK00.300.080.06
HSL315º69.23%79.61%-
HSV(B)315º30.13%93.73%-
XYZ62.4751.2175-
YUV194.68142.85159.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.12%
GREEN value IS 167 (65.62% from 255) = 26.63%
BLUE value IS 221 (86.72% from 255) = 35.25%
R=38.12%
G=26.63%
B=35.25%

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
Decimal23916722100.300.080.0631569.2379.61
HexEFA7DD01E8613b4550
Octal357247335036106473105120
Binary111011111010011111011101011110100011010011101110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA7DD; }

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

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

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

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

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

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

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

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