#EBAACD

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

Shades of Lavender Pink #EBAACD

Tints of Lavender Pink #EBAACD

Color information

#EBAACD (or 0xEBAACD) is unknown color: approx Lavender Pink. HEX triplet: EB, AA and CD. RGB value is (235,170,205). Sum of RGB (Red+Green+Blue) = 235+170+205=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAACD is #145532. Grayscale: #C1C1C1. Windows color (decimal): -1332531 or 13478635. OLE color: 13478635.

HSL color Cylindrical-coordinate representation of color #EBAACD: hue angle of 327.69º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBAACD is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB235170205-
CMYK00.280.130.08
HSL327.69º61.9%79.41%-
HSV(B)327.69º27.66%92.16%-
XYZ59.6650.8264.42-
YUV193.42134.53157.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.52%
GREEN value IS 170 (66.80% from 255) = 27.87%
BLUE value IS 205 (80.47% from 255) = 33.61%
R=38.52%
G=27.87%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517020500.280.130.08327.6961.979.41
HexEBAACD01CD81483e4f
Octal353252315034151051076117
Binary111010111010101011001101011100110110001010010001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAACD; }

 p { color: rgb(235,170,205); }

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

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

 a { background-color: rgb(235,170,205); }

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

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

 span { border-color: rgb(235,170,205); }

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