#EFACD9

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

Shades of Lavender Rose #EFACD9

Tints of Lavender Rose #EFACD9

Color information

#EFACD9 (or 0xEFACD9) is unknown color: approx Lavender Rose. HEX triplet: EF, AC and D9. RGB value is (239,172,217). Sum of RGB (Red+Green+Blue) = 239+172+217=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 172 (67.58% from 255 or 27.39% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACD9 is #105326. Grayscale: #C5C5C5. Windows color (decimal): -1069863 or 14265583. OLE color: 14265583.

HSL color Cylindrical-coordinate representation of color #EFACD9: hue angle of 319.7º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFACD9 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB239172217-
CMYK00.280.090.06
HSL319.7º67.68%80.59%-
HSV(B)319.7º28.03%93.73%-
XYZ62.8752.8772.54-
YUV197.16139.2157.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.06%
GREEN value IS 172 (67.58% from 255) = 27.39%
BLUE value IS 217 (85.16% from 255) = 34.55%
R=38.06%
G=27.39%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917221700.280.090.06319.767.6880.59
HexEFACD901C961404451
Octal357254331034116500104121
Binary111011111010110011011001011100100111010100000010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFACD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFACD9; }

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

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

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

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

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

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

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

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