#EBB2D5

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

Shades of Lavender Pink #EBB2D5

Tints of Lavender Pink #EBB2D5

Color information

#EBB2D5 (or 0xEBB2D5) is unknown color: approx Lavender Pink. HEX triplet: EB, B2 and D5. RGB value is (235,178,213). Sum of RGB (Red+Green+Blue) = 235+178+213=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 178 (69.92% from 255 or 28.43% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB2D5 is #144D2A. Grayscale: #C6C6C6. Windows color (decimal): -1330475 or 14004971. OLE color: 14004971.

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

Color convert

RGB235178213-
CMYK00.240.090.08
HSL323.16º58.76%80.98%-
HSV(B)323.16º24.26%92.16%-
XYZ62.1954.3170.16-
YUV199.03135.88153.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.54%
GREEN value IS 178 (69.92% from 255) = 28.43%
BLUE value IS 213 (83.59% from 255) = 34.03%
R=37.54%
G=28.43%
B=34.03%

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
Decimal23517821300.240.090.08323.1658.7680.98
HexEBB2D5018981433b51
Octal353262325030111050373121
Binary111010111011001011010101011000100110001010000111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB2D5; }

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

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

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

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

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

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

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

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