#EFAAD0

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

Shades of Lavender Pink #EFAAD0

Tints of Lavender Pink #EFAAD0

Color information

#EFAAD0 (or 0xEFAAD0) is unknown color: approx Lavender Pink. HEX triplet: EF, AA and D0. RGB value is (239,170,208). Sum of RGB (Red+Green+Blue) = 239+170+208=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 208 (81.64% from 255 or 33.71% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAAD0 is #10552F. Grayscale: #C2C2C2. Windows color (decimal): -1070384 or 13675247. OLE color: 13675247.

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

Color convert

RGB239170208-
CMYK00.290.130.06
HSL326.96º68.32%80.2%-
HSV(B)326.96º28.87%93.73%-
XYZ61.3651.6566.41-
YUV194.96135.36159.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.74%
GREEN value IS 170 (66.80% from 255) = 27.55%
BLUE value IS 208 (81.64% from 255) = 33.71%
R=38.74%
G=27.55%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917020800.290.130.06326.9668.3280.2
HexEFAAD001DD61474450
Octal357252320035156507104120
Binary111011111010101011010000011101110111010100011110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAAD0; }

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

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

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

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

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

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

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

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