#EBABD2

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

Shades of Lavender Pink #EBABD2

Tints of Lavender Pink #EBABD2

Color information

#EBABD2 (or 0xEBABD2) is unknown color: approx Lavender Pink. HEX triplet: EB, AB and D2. RGB value is (235,171,210). Sum of RGB (Red+Green+Blue) = 235+171+210=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 210 (82.42% from 255 or 34.09% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBABD2 is #14542D. Grayscale: #C2C2C2. Windows color (decimal): -1332270 or 13806571. OLE color: 13806571.

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

Color convert

RGB235171210-
CMYK00.270.110.08
HSL323.44º61.54%79.61%-
HSV(B)323.44º27.23%92.16%-
XYZ60.4651.4467.72-
YUV194.58136.7156.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.15%
GREEN value IS 171 (67.19% from 255) = 27.76%
BLUE value IS 210 (82.42% from 255) = 34.09%
R=38.15%
G=27.76%
B=34.09%

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
Decimal23517121000.270.110.08323.4461.5479.61
HexEBABD201BB81433e50
Octal353253322033131050376120
Binary111010111010101111010010011011101110001010000111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBABD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBABD2; }

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

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

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

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

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

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

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

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