#EFAACC

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

Shades of Lavender Pink #EFAACC

Tints of Lavender Pink #EFAACC

Color information

#EFAACC (or 0xEFAACC) is unknown color: approx Lavender Pink. HEX triplet: EF, AA and CC. RGB value is (239,170,204). Sum of RGB (Red+Green+Blue) = 239+170+204=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAACC is #105533. Grayscale: #C2C2C2. Windows color (decimal): -1070388 or 13413103. OLE color: 13413103.

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

Color convert

RGB239170204-
CMYK00.290.150.06
HSL330.43º68.32%80.2%-
HSV(B)330.43º28.87%93.73%-
XYZ60.8751.4663.85-
YUV194.51133.36159.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.99%
GREEN value IS 170 (66.80% from 255) = 27.73%
BLUE value IS 204 (80.08% from 255) = 33.28%
R=38.99%
G=27.73%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917020400.290.150.06330.4368.3280.2
HexEFAACC01DF614a4450
Octal357252314035176512104120
Binary111011111010101011001100011101111111010100101010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAACC; }

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

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

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

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

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

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

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

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