#EBB1D2

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

Shades of Lavender Pink #EBB1D2

Tints of Lavender Pink #EBB1D2

Color information

#EBB1D2 (or 0xEBB1D2) is unknown color: approx Lavender Pink. HEX triplet: EB, B1 and D2. RGB value is (235,177,210). Sum of RGB (Red+Green+Blue) = 235+177+210=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 177 (69.53% from 255 or 28.46% from 622); Blue value is 210 (82.42% from 255 or 33.76% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1D2 is #144E2D. Grayscale: #C6C6C6. Windows color (decimal): -1330734 or 13808107. OLE color: 13808107.

HSL color Cylindrical-coordinate representation of color #EBB1D2: hue angle of 325.86º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBB1D2 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB235177210-
CMYK00.250.110.08
HSL325.86º59.18%80.78%-
HSV(B)325.86º24.68%92.16%-
XYZ61.6253.7668.1-
YUV198.1134.72154.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.78%
GREEN value IS 177 (69.53% from 255) = 28.46%
BLUE value IS 210 (82.42% from 255) = 33.76%
R=37.78%
G=28.46%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517721000.250.110.08325.8659.1880.78
HexEBB1D2019B81463b51
Octal353261322031131050673121
Binary111010111011000111010010011001101110001010001101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB1D2; }

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

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

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

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

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

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

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

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