#EFAFD0

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

Shades of Lavender Pink #EFAFD0

Tints of Lavender Pink #EFAFD0

Color information

#EFAFD0 (or 0xEFAFD0) is unknown color: approx Lavender Pink. HEX triplet: EF, AF and D0. RGB value is (239,175,208). Sum of RGB (Red+Green+Blue) = 239+175+208=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 175 (68.75% from 255 or 28.14% from 622); Blue value is 208 (81.64% from 255 or 33.44% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFD0 is #10502F. Grayscale: #C5C5C5. Windows color (decimal): -1069104 or 13676527. OLE color: 13676527.

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

Color convert

RGB239175208-
CMYK00.270.130.06
HSL329.06º66.67%81.18%-
HSV(B)329.06º26.78%93.73%-
XYZ62.3153.5666.73-
YUV197.9133.7157.32-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.42%
GREEN value IS 175 (68.75% from 255) = 28.14%
BLUE value IS 208 (81.64% from 255) = 33.44%
R=38.42%
G=28.14%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917520800.270.130.06329.0666.6781.18
HexEFAFD001BD61494351
Octal357257320033156511103121
Binary111011111010111111010000011011110111010100100110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFD0; }

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

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

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

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

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

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

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

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