#EFA9DF

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

Shades of Lavender Rose #EFA9DF

Tints of Lavender Rose #EFA9DF

Color information

#EFA9DF (or 0xEFA9DF) is unknown color: approx Lavender Rose. HEX triplet: EF, A9 and DF. RGB value is (239,169,223). Sum of RGB (Red+Green+Blue) = 239+169+223=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 169 (66.41% from 255 or 26.78% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA9DF is #105620. Grayscale: #C3C3C3. Windows color (decimal): -1070625 or 14658031. OLE color: 14658031.

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

Color convert

RGB239169223-
CMYK00.290.070.06
HSL313.71º68.63%80%-
HSV(B)313.71º29.29%93.73%-
XYZ63.152.0576.53-
YUV196.09143.19158.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.88%
GREEN value IS 169 (66.41% from 255) = 26.78%
BLUE value IS 223 (87.5% from 255) = 35.34%
R=37.88%
G=26.78%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916922300.290.070.06313.7168.6380
HexEFA9DF01D7613a4550
Octal35725133703576472105120
Binary11101111101010011101111101110111111010011101010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA9DF; }

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

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

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

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

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

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

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

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