#EFAED7

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

Shades of Lavender Pink #EFAED7

Tints of Lavender Pink #EFAED7

Color information

#EFAED7 (or 0xEFAED7) is unknown color: approx Lavender Pink. HEX triplet: EF, AE and D7. RGB value is (239,174,215). Sum of RGB (Red+Green+Blue) = 239+174+215=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 174 (68.36% from 255 or 27.71% from 628); Blue value is 215 (84.38% from 255 or 34.24% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAED7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAED7 is #105128. Grayscale: #C6C6C6. Windows color (decimal): -1069353 or 14135023. OLE color: 14135023.

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

Color convert

RGB239174215-
CMYK00.270.100.06
HSL322.15º67.01%80.98%-
HSV(B)322.15º27.2%93.73%-
XYZ6353.5371.3-
YUV198.11137.53157.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.06%
GREEN value IS 174 (68.36% from 255) = 27.71%
BLUE value IS 215 (84.38% from 255) = 34.24%
R=38.06%
G=27.71%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917421500.270.100.06322.1567.0180.98
HexEFAED701BA61424351
Octal357256327033126502103121
Binary111011111010111011010111011011101011010100001010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAED7; }

 p { color: rgb(239,174,215); }

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

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

 a { background-color: rgb(239,174,215); }

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

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

 span { border-color: rgb(239,174,215); }

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