#EFA4DF

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

Shades of Lavender Rose #EFA4DF

Tints of Lavender Rose #EFA4DF

Color information

#EFA4DF (or 0xEFA4DF) is unknown color: approx Lavender Rose. HEX triplet: EF, A4 and DF. RGB value is (239,164,223). Sum of RGB (Red+Green+Blue) = 239+164+223=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 164 (64.45% from 255 or 26.20% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA4DF is #105B20. Grayscale: #C0C0C0. Windows color (decimal): -1071905 or 14656751. OLE color: 14656751.

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

Color convert

RGB239164223-
CMYK00.310.070.06
HSL312.8º70.09%79.02%-
HSV(B)312.8º31.38%93.73%-
XYZ62.1950.2376.23-
YUV193.15144.85160.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.18%
GREEN value IS 164 (64.45% from 255) = 26.20%
BLUE value IS 223 (87.5% from 255) = 35.62%
R=38.18%
G=26.20%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916422300.310.070.06312.870.0979.02
HexEFA4DF01F76139464f
Octal35724433703776471106117
Binary11101111101001001101111101111111111010011100110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA4DF; }

 p { color: rgb(239,164,223); }

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

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

 a { background-color: rgb(239,164,223); }

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

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

 span { border-color: rgb(239,164,223); }

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