#EFAECF

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

Shades of Lavender Pink #EFAECF

Tints of Lavender Pink #EFAECF

Color information

#EFAECF (or 0xEFAECF) is unknown color: approx Lavender Pink. HEX triplet: EF, AE and CF. RGB value is (239,174,207). Sum of RGB (Red+Green+Blue) = 239+174+207=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAECF is #105130. Grayscale: #C5C5C5. Windows color (decimal): -1069361 or 13610735. OLE color: 13610735.

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

Color convert

RGB239174207-
CMYK00.270.130.06
HSL329.54º67.01%80.98%-
HSV(B)329.54º27.2%93.73%-
XYZ6253.1366.02-
YUV197.2133.53157.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.55%
GREEN value IS 174 (68.36% from 255) = 28.06%
BLUE value IS 207 (81.25% from 255) = 33.39%
R=38.55%
G=28.06%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917420700.270.130.06329.5467.0180.98
HexEFAECF01BD614a4351
Octal357256317033156512103121
Binary111011111010111011001111011011110111010100101010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAECF; }

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

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

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

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

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

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

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

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