#EBAAD0

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

Shades of Lavender Pink #EBAAD0

Tints of Lavender Pink #EBAAD0

Color information

#EBAAD0 (or 0xEBAAD0) is unknown color: approx Lavender Pink. HEX triplet: EB, AA and D0. RGB value is (235,170,208). Sum of RGB (Red+Green+Blue) = 235+170+208=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAD0 is #14552F. Grayscale: #C1C1C1. Windows color (decimal): -1332528 or 13675243. OLE color: 13675243.

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

Color convert

RGB235170208-
CMYK00.280.110.08
HSL324.92º61.9%79.41%-
HSV(B)324.92º27.66%92.16%-
XYZ60.0250.9766.35-
YUV193.77136.03157.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.34%
GREEN value IS 170 (66.80% from 255) = 27.73%
BLUE value IS 208 (81.64% from 255) = 33.93%
R=38.34%
G=27.73%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517020800.280.110.08324.9261.979.41
HexEBAAD001CB81453e4f
Octal353252320034131050576117
Binary111010111010101011010000011100101110001010001011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAAD0; }

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

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

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

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

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

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

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

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