#EBACD2

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

Shades of Lavender Pink #EBACD2

Tints of Lavender Pink #EBACD2

Color information

#EBACD2 (or 0xEBACD2) is unknown color: approx Lavender Pink. HEX triplet: EB, AC and D2. RGB value is (235,172,210). Sum of RGB (Red+Green+Blue) = 235+172+210=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 210 (82.42% from 255 or 34.04% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACD2 is #14532D. Grayscale: #C3C3C3. Windows color (decimal): -1332014 or 13806827. OLE color: 13806827.

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

Color convert

RGB235172210-
CMYK00.270.110.08
HSL323.81º61.17%79.8%-
HSV(B)323.81º26.81%92.16%-
XYZ60.6551.8267.78-
YUV195.17136.37156.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 172 (67.58% from 255) = 27.88%
BLUE value IS 210 (82.42% from 255) = 34.04%
R=38.09%
G=27.88%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517221000.270.110.08323.8161.1779.8
HexEBACD201BB81443d50
Octal353254322033131050475120
Binary111010111010110011010010011011101110001010001001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACD2; }

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

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

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

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

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

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

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

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