#EFAAD4

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

Shades of Lavender Pink #EFAAD4

Tints of Lavender Pink #EFAAD4

Color information

#EFAAD4 (or 0xEFAAD4) is unknown color: approx Lavender Pink. HEX triplet: EF, AA and D4. RGB value is (239,170,212). Sum of RGB (Red+Green+Blue) = 239+170+212=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 212 (83.20% from 255 or 34.14% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAAD4 is #10552B. Grayscale: #C3C3C3. Windows color (decimal): -1070380 or 13937391. OLE color: 13937391.

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

Color convert

RGB239170212-
CMYK00.290.110.06
HSL323.48º68.32%80.2%-
HSV(B)323.48º28.87%93.73%-
XYZ61.8551.8569.04-
YUV195.42137.36159.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.49%
GREEN value IS 170 (66.80% from 255) = 27.38%
BLUE value IS 212 (83.20% from 255) = 34.14%
R=38.49%
G=27.38%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917021200.290.110.06323.4868.3280.2
HexEFAAD401DB61434450
Octal357252324035136503104120
Binary111011111010101011010100011101101111010100001110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAAD4; }

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

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

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

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

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

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

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

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