#EBB2D1

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

Shades of Lavender Pink #EBB2D1

Tints of Lavender Pink #EBB2D1

Color information

#EBB2D1 (or 0xEBB2D1) is unknown color: approx Lavender Pink. HEX triplet: EB, B2 and D1. RGB value is (235,178,209). Sum of RGB (Red+Green+Blue) = 235+178+209=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 178 (69.92% from 255 or 28.62% from 622); Blue value is 209 (82.03% from 255 or 33.60% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB2D1 is #144D2E. Grayscale: #C6C6C6. Windows color (decimal): -1330479 or 13742827. OLE color: 13742827.

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

Color convert

RGB235178209-
CMYK00.240.110.08
HSL327.37º58.76%80.98%-
HSV(B)327.37º24.26%92.16%-
XYZ61.6954.1167.51-
YUV198.58133.88153.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.78%
GREEN value IS 178 (69.92% from 255) = 28.62%
BLUE value IS 209 (82.03% from 255) = 33.60%
R=37.78%
G=28.62%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517820900.240.110.08327.3758.7680.98
HexEBB2D1018B81473b51
Octal353262321030131050773121
Binary111010111011001011010001011000101110001010001111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB2D1; }

 p { color: rgb(235,178,209); }

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

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

 a { background-color: rgb(235,178,209); }

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

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

 span { border-color: rgb(235,178,209); }

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