#EBACC9

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

Shades of Lavender Pink #EBACC9

Tints of Lavender Pink #EBACC9

Color information

#EBACC9 (or 0xEBACC9) is unknown color: approx Lavender Pink. HEX triplet: EB, AC and C9. RGB value is (235,172,201). Sum of RGB (Red+Green+Blue) = 235+172+201=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 201 (78.91% from 255 or 33.06% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACC9 is #145336. Grayscale: #C2C2C2. Windows color (decimal): -1332023 or 13217003. OLE color: 13217003.

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

Color convert

RGB235172201-
CMYK00.270.140.08
HSL332.38º61.17%79.8%-
HSV(B)332.38º26.81%92.16%-
XYZ59.5651.3862.04-
YUV194.14131.87157.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.65%
GREEN value IS 172 (67.58% from 255) = 28.29%
BLUE value IS 201 (78.91% from 255) = 33.06%
R=38.65%
G=28.29%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517220100.270.140.08332.3861.1779.8
HexEBACC901BE814c3d50
Octal353254311033161051475120
Binary111010111010110011001001011011111010001010011001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACC9; }

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

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

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

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

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

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

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

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