#EBACD3

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

Shades of Lavender Pink #EBACD3

Tints of Lavender Pink #EBACD3

Color information

#EBACD3 (or 0xEBACD3) is unknown color: approx Lavender Pink. HEX triplet: EB, AC and D3. RGB value is (235,172,211). Sum of RGB (Red+Green+Blue) = 235+172+211=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACD3 is #14532C. Grayscale: #C3C3C3. Windows color (decimal): -1332013 or 13872363. OLE color: 13872363.

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

Color convert

RGB235172211-
CMYK00.270.100.08
HSL322.86º61.17%79.8%-
HSV(B)322.86º26.81%92.16%-
XYZ60.7751.8768.44-
YUV195.28136.87156.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.03%
GREEN value IS 172 (67.58% from 255) = 27.83%
BLUE value IS 211 (82.81% from 255) = 34.14%
R=38.03%
G=27.83%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517221100.270.100.08322.8661.1779.8
HexEBACD301BA81433d50
Octal353254323033121050375120
Binary111010111010110011010011011011101010001010000111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACD3; }

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

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

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

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

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

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

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

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