#EFABCC

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

Shades of Lavender Pink #EFABCC

Tints of Lavender Pink #EFABCC

Color information

#EFABCC (or 0xEFABCC) is unknown color: approx Lavender Pink. HEX triplet: EF, AB and CC. RGB value is (239,171,204). Sum of RGB (Red+Green+Blue) = 239+171+204=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 171 (67.19% from 255 or 27.85% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABCC is #105433. Grayscale: #C3C3C3. Windows color (decimal): -1070132 or 13413359. OLE color: 13413359.

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

Color convert

RGB239171204-
CMYK00.280.150.06
HSL330.88º68%80.39%-
HSV(B)330.88º28.45%93.73%-
XYZ61.0651.8463.91-
YUV195.09133.03159.32-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.93%
GREEN value IS 171 (67.19% from 255) = 27.85%
BLUE value IS 204 (80.08% from 255) = 33.22%
R=38.93%
G=27.85%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917120400.280.150.06330.886880.39
HexEFABCC01CF614b4450
Octal357253314034176513104120
Binary111011111010101111001100011100111111010100101110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFABCC; }

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

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

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

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

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

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

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

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