#EFAED5

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

Shades of Lavender Pink #EFAED5

Tints of Lavender Pink #EFAED5

Color information

#EFAED5 (or 0xEFAED5) is unknown color: approx Lavender Pink. HEX triplet: EF, AE and D5. RGB value is (239,174,213). Sum of RGB (Red+Green+Blue) = 239+174+213=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 174 (68.36% from 255 or 27.80% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAED5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAED5 is #10512A. Grayscale: #C5C5C5. Windows color (decimal): -1069355 or 14003951. OLE color: 14003951.

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

Color convert

RGB239174213-
CMYK00.270.110.06
HSL324º67.01%80.98%-
HSV(B)324º27.2%93.73%-
XYZ62.7453.4369.96-
YUV197.88136.53157.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.18%
GREEN value IS 174 (68.36% from 255) = 27.80%
BLUE value IS 213 (83.59% from 255) = 34.03%
R=38.18%
G=27.80%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917421300.270.110.0632467.0180.98
HexEFAED501BB61444351
Octal357256325033136504103121
Binary111011111010111011010101011011101111010100010010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAED5; }

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

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

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

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

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

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

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

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