#EFAECE

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

Shades of Lavender Pink #EFAECE

Tints of Lavender Pink #EFAECE

Color information

#EFAECE (or 0xEFAECE) is unknown color: approx Lavender Pink. HEX triplet: EF, AE and CE. RGB value is (239,174,206). Sum of RGB (Red+Green+Blue) = 239+174+206=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 174 (68.36% from 255 or 28.11% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAECE is #105131. Grayscale: #C5C5C5. Windows color (decimal): -1069362 or 13545199. OLE color: 13545199.

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

Color convert

RGB239174206-
CMYK00.270.140.06
HSL330.46º67.01%80.98%-
HSV(B)330.46º27.2%93.73%-
XYZ61.8753.0865.38-
YUV197.08133.03157.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.61%
GREEN value IS 174 (68.36% from 255) = 28.11%
BLUE value IS 206 (80.86% from 255) = 33.28%
R=38.61%
G=28.11%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917420600.270.140.06330.4667.0180.98
HexEFAECE01BE614a4351
Octal357256316033166512103121
Binary111011111010111011001110011011111011010100101010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAECE; }

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

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

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

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

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

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

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

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