#EFAED8

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

Shades of Lavender Pink #EFAED8

Tints of Lavender Pink #EFAED8

Color information

#EFAED8 (or 0xEFAED8) is unknown color: approx Lavender Pink. HEX triplet: EF, AE and D8. RGB value is (239,174,216). Sum of RGB (Red+Green+Blue) = 239+174+216=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 216 (84.77% from 255 or 34.34% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAED8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAED8 is #105127. Grayscale: #C6C6C6. Windows color (decimal): -1069352 or 14200559. OLE color: 14200559.

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

Color convert

RGB239174216-
CMYK00.270.100.06
HSL321.23º67.01%80.98%-
HSV(B)321.23º27.2%93.73%-
XYZ63.1353.5871.98-
YUV198.22138.03157.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.00%
GREEN value IS 174 (68.36% from 255) = 27.66%
BLUE value IS 216 (84.77% from 255) = 34.34%
R=38.00%
G=27.66%
B=34.34%

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
Decimal23917421600.270.100.06321.2367.0180.98
HexEFAED801BA61414351
Octal357256330033126501103121
Binary111011111010111011011000011011101011010100000110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAED8; }

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

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

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

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

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

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

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

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