#EFAECB

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

Shades of Lavender Pink #EFAECB

Tints of Lavender Pink #EFAECB

Color information

#EFAECB (or 0xEFAECB) is unknown color: approx Lavender Pink. HEX triplet: EF, AE and CB. RGB value is (239,174,203). Sum of RGB (Red+Green+Blue) = 239+174+203=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAECB is #105134. Grayscale: #C4C4C4. Windows color (decimal): -1069365 or 13348591. OLE color: 13348591.

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

Color convert

RGB239174203-
CMYK00.270.150.06
HSL333.23º67.01%80.98%-
HSV(B)333.23º27.2%93.73%-
XYZ61.5152.9363.48-
YUV196.74131.53158.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.80%
GREEN value IS 174 (68.36% from 255) = 28.25%
BLUE value IS 203 (79.69% from 255) = 32.95%
R=38.80%
G=28.25%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917420300.270.150.06333.2367.0180.98
HexEFAECB01BF614d4351
Octal357256313033176515103121
Binary111011111010111011001011011011111111010100110110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAECB; }

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

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

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

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

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

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

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

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