#EBAAD2

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

Shades of Lavender Pink #EBAAD2

Tints of Lavender Pink #EBAAD2

Color information

#EBAAD2 (or 0xEBAAD2) is unknown color: approx Lavender Pink. HEX triplet: EB, AA and D2. RGB value is (235,170,210). Sum of RGB (Red+Green+Blue) = 235+170+210=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAD2 is #14552D. Grayscale: #C1C1C1. Windows color (decimal): -1332526 or 13806315. OLE color: 13806315.

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

Color convert

RGB235170210-
CMYK00.280.110.08
HSL323.08º61.9%79.41%-
HSV(B)323.08º27.66%92.16%-
XYZ60.2751.0667.65-
YUV194137.03157.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.21%
GREEN value IS 170 (66.80% from 255) = 27.64%
BLUE value IS 210 (82.42% from 255) = 34.15%
R=38.21%
G=27.64%
B=34.15%

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
Decimal23517021000.280.110.08323.0861.979.41
HexEBAAD201CB81433e4f
Octal353252322034131050376117
Binary111010111010101011010010011100101110001010000111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAAD2; }

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

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

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

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

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

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

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

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