#EFA6DD

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

Shades of Lavender Rose #EFA6DD

Tints of Lavender Rose #EFA6DD

Color information

#EFA6DD (or 0xEFA6DD) is unknown color: approx Lavender Rose. HEX triplet: EF, A6 and DD. RGB value is (239,166,221). Sum of RGB (Red+Green+Blue) = 239+166+221=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 166 (65.23% from 255 or 26.52% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA6DD is #105922. Grayscale: #C1C1C1. Windows color (decimal): -1071395 or 14526191. OLE color: 14526191.

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

Color convert

RGB239166221-
CMYK00.310.080.06
HSL314.79º69.52%79.41%-
HSV(B)314.79º30.54%93.73%-
XYZ62.2850.8474.94-
YUV194.1143.18160.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.18%
GREEN value IS 166 (65.23% from 255) = 26.52%
BLUE value IS 221 (86.72% from 255) = 35.30%
R=38.18%
G=26.52%
B=35.30%

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
Decimal23916622100.310.080.06314.7969.5279.41
HexEFA6DD01F8613b464f
Octal357246335037106473106117
Binary111011111010011011011101011111100011010011101110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA6DD; }

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

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

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

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

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

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

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

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