#EFABCE

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

Shades of Lavender Pink #EFABCE

Tints of Lavender Pink #EFABCE

Color information

#EFABCE (or 0xEFABCE) is unknown color: approx Lavender Pink. HEX triplet: EF, AB and CE. RGB value is (239,171,206). Sum of RGB (Red+Green+Blue) = 239+171+206=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABCE is #105431. Grayscale: #C3C3C3. Windows color (decimal): -1070130 or 13544431. OLE color: 13544431.

HSL color Cylindrical-coordinate representation of color #EFABCE: hue angle of 329.12º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFABCE is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB239171206-
CMYK00.280.140.06
HSL329.12º68%80.39%-
HSV(B)329.12º28.45%93.73%-
XYZ61.351.9365.19-
YUV195.32134.03159.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.80%
GREEN value IS 171 (67.19% from 255) = 27.76%
BLUE value IS 206 (80.86% from 255) = 33.44%
R=38.80%
G=27.76%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917120600.280.140.06329.126880.39
HexEFABCE01CE61494450
Octal357253316034166511104120
Binary111011111010101111001110011100111011010100100110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFABCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFABCE; }

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

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

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

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

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

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

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

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