#EFABCD

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

Shades of Lavender Pink #EFABCD

Tints of Lavender Pink #EFABCD

Color information

#EFABCD (or 0xEFABCD) is unknown color: approx Lavender Pink. HEX triplet: EF, AB and CD. RGB value is (239,171,205). Sum of RGB (Red+Green+Blue) = 239+171+205=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABCD is #105432. Grayscale: #C3C3C3. Windows color (decimal): -1070131 or 13478895. OLE color: 13478895.

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

Color convert

RGB239171205-
CMYK00.280.140.06
HSL330º68%80.39%-
HSV(B)330º28.45%93.73%-
XYZ61.1851.8864.55-
YUV195.21133.53159.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.86%
GREEN value IS 171 (67.19% from 255) = 27.80%
BLUE value IS 205 (80.47% from 255) = 33.33%
R=38.86%
G=27.80%
B=33.33%

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
Decimal23917120500.280.140.063306880.39
HexEFABCD01CE614a4450
Octal357253315034166512104120
Binary111011111010101111001101011100111011010100101010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFABCD; }

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

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

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

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

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

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

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

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