#EBACD6

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

Shades of Lavender Pink #EBACD6

Tints of Lavender Pink #EBACD6

Color information

#EBACD6 (or 0xEBACD6) is unknown color: approx Lavender Pink. HEX triplet: EB, AC and D6. RGB value is (235,172,214). Sum of RGB (Red+Green+Blue) = 235+172+214=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 214 (83.98% from 255 or 34.46% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACD6 is #145329. Grayscale: #C3C3C3. Windows color (decimal): -1332010 or 14068971. OLE color: 14068971.

HSL color Cylindrical-coordinate representation of color #EBACD6: hue angle of 320º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBACD6 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB235172214-
CMYK00.270.090.08
HSL320º61.17%79.8%-
HSV(B)320º26.81%92.16%-
XYZ61.1552.0270.44-
YUV195.62138.37156.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.84%
GREEN value IS 172 (67.58% from 255) = 27.70%
BLUE value IS 214 (83.98% from 255) = 34.46%
R=37.84%
G=27.70%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517221400.270.090.0832061.1779.8
HexEBACD601B981403d50
Octal353254326033111050075120
Binary111010111010110011010110011011100110001010000001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACD6; }

 p { color: rgb(235,172,214); }

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

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

 a { background-color: rgb(235,172,214); }

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

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

 span { border-color: rgb(235,172,214); }

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