#EBB3D5

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

Shades of Lavender Pink #EBB3D5

Tints of Lavender Pink #EBB3D5

Color information

#EBB3D5 (or 0xEBB3D5) is unknown color: approx Lavender Pink. HEX triplet: EB, B3 and D5. RGB value is (235,179,213). Sum of RGB (Red+Green+Blue) = 235+179+213=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 179 (70.31% from 255 or 28.55% from 627); Blue value is 213 (83.59% from 255 or 33.97% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB3D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB3D5 is #144C2A. Grayscale: #C7C7C7. Windows color (decimal): -1330219 or 14005227. OLE color: 14005227.

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

Color convert

RGB235179213-
CMYK00.240.090.08
HSL323.57º58.33%81.18%-
HSV(B)323.57º23.83%92.16%-
XYZ62.3954.7170.22-
YUV199.62135.55153.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.48%
GREEN value IS 179 (70.31% from 255) = 28.55%
BLUE value IS 213 (83.59% from 255) = 33.97%
R=37.48%
G=28.55%
B=33.97%

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
Decimal23517921300.240.090.08323.5758.3381.18
HexEBB3D5018981443a51
Octal353263325030111050472121
Binary111010111011001111010101011000100110001010001001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB3D5; }

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

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

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

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

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

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

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

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