#EFADD6

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

Shades of Lavender Pink #EFADD6

Tints of Lavender Pink #EFADD6

Color information

#EFADD6 (or 0xEFADD6) is unknown color: approx Lavender Pink. HEX triplet: EF, AD and D6. RGB value is (239,173,214). Sum of RGB (Red+Green+Blue) = 239+173+214=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 214 (83.98% from 255 or 34.19% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADD6 is #105229. Grayscale: #C5C5C5. Windows color (decimal): -1069610 or 14069231. OLE color: 14069231.

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

Color convert

RGB239173214-
CMYK00.280.100.06
HSL322.73º67.35%80.78%-
HSV(B)322.73º27.62%93.73%-
XYZ62.6853.0970.56-
YUV197.41137.37157.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.18%
GREEN value IS 173 (67.97% from 255) = 27.64%
BLUE value IS 214 (83.98% from 255) = 34.19%
R=38.18%
G=27.64%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917321400.280.100.06322.7367.3580.78
HexEFADD601CA61434351
Octal357255326034126503103121
Binary111011111010110111010110011100101011010100001110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFADD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFADD6; }

 p { color: rgb(239,173,214); }

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

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

 a { background-color: rgb(239,173,214); }

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

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

 span { border-color: rgb(239,173,214); }

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