#EFAAD9

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

Shades of Lavender Rose #EFAAD9

Tints of Lavender Rose #EFAAD9

Color information

#EFAAD9 (or 0xEFAAD9) is unknown color: approx Lavender Rose. HEX triplet: EF, AA and D9. RGB value is (239,170,217). Sum of RGB (Red+Green+Blue) = 239+170+217=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 170 (66.80% from 255 or 27.16% from 626); Blue value is 217 (85.16% from 255 or 34.66% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAAD9 is #105526. Grayscale: #C3C3C3. Windows color (decimal): -1070375 or 14265071. OLE color: 14265071.

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

Color convert

RGB239170217-
CMYK00.290.090.06
HSL319.13º68.32%80.2%-
HSV(B)319.13º28.87%93.73%-
XYZ62.552.1172.41-
YUV195.99139.86158.68-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.18%
GREEN value IS 170 (66.80% from 255) = 27.16%
BLUE value IS 217 (85.16% from 255) = 34.66%
R=38.18%
G=27.16%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917021700.290.090.06319.1368.3280.2
HexEFAAD901D9613f4450
Octal357252331035116477104120
Binary111011111010101011011001011101100111010011111110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAAD9; }

 p { color: rgb(239,170,217); }

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

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

 a { background-color: rgb(239,170,217); }

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

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

 span { border-color: rgb(239,170,217); }

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