#EFAFD2

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

Shades of Lavender Pink #EFAFD2

Tints of Lavender Pink #EFAFD2

Color information

#EFAFD2 (or 0xEFAFD2) is unknown color: approx Lavender Pink. HEX triplet: EF, AF and D2. RGB value is (239,175,210). Sum of RGB (Red+Green+Blue) = 239+175+210=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 210 (82.42% from 255 or 33.65% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFD2 is #10502D. Grayscale: #C6C6C6. Windows color (decimal): -1069102 or 13807599. OLE color: 13807599.

HSL color Cylindrical-coordinate representation of color #EFAFD2: hue angle of 327.19º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFAFD2 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB239175210-
CMYK00.270.120.06
HSL327.19º66.67%81.18%-
HSV(B)327.19º26.78%93.73%-
XYZ62.5653.6668.03-
YUV198.13134.7157.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.30%
GREEN value IS 175 (68.75% from 255) = 28.04%
BLUE value IS 210 (82.42% from 255) = 33.65%
R=38.30%
G=28.04%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917521000.270.120.06327.1966.6781.18
HexEFAFD201BC61474351
Octal357257322033146507103121
Binary111011111010111111010010011011110011010100011110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFD2; }

 p { color: rgb(239,175,210); }

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

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

 a { background-color: rgb(239,175,210); }

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

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

 span { border-color: rgb(239,175,210); }

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