#ebb2d7

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

Shades of Lavender Pink #EBB2D7

Tints of Lavender Pink #EBB2D7

Color information

#EBB2D7 (or 0xEBB2D7) is unknown color: approx Lavender Pink. HEX triplet: EB, B2 and D7. RGB value is (235,178,215). Sum of RGB (Red+Green+Blue) = 235+178+215=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 178 (69.92% from 255 or 28.34% from 628); Blue value is 215 (84.38% from 255 or 34.24% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB2D7 is #144D28. Grayscale: #C7C7C7. Windows color (decimal): -1330473 or 14136043. OLE color: 14136043.

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

Color convert

RGB235178215-
CMYK00.240.090.08
HSL321.05º58.76%80.98%-
HSV(B)321.05º24.26%92.16%-
XYZ62.4554.4171.5-
YUV199.26136.88153.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.42%
GREEN value IS 178 (69.92% from 255) = 28.34%
BLUE value IS 215 (84.38% from 255) = 34.24%
R=37.42%
G=28.34%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517821500.240.090.08321.0558.7680.98
HexEBB2D7018981413b51
Octal353262327030111050173121
Binary111010111011001011010111011000100110001010000011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebb2d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebb2d7; }

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

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

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

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

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

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

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

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