#EBB5D6

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

Shades of Lavender Pink #EBB5D6

Tints of Lavender Pink #EBB5D6

Color information

#EBB5D6 (or 0xEBB5D6) is unknown color: approx Lavender Pink. HEX triplet: EB, B5 and D6. RGB value is (235,181,214). Sum of RGB (Red+Green+Blue) = 235+181+214=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 181 (71.09% from 255 or 28.73% from 630); Blue value is 214 (83.98% from 255 or 33.97% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB5D6 is #144A29. Grayscale: #C8C8C8. Windows color (decimal): -1329706 or 14071275. OLE color: 14071275.

HSL color Cylindrical-coordinate representation of color #EBB5D6: hue angle of 323.33º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBB5D6 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB235181214-
CMYK00.230.090.08
HSL323.33º57.45%81.57%-
HSV(B)323.33º22.98%92.16%-
XYZ62.9255.5671.03-
YUV200.91135.39152.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.30%
GREEN value IS 181 (71.09% from 255) = 28.73%
BLUE value IS 214 (83.98% from 255) = 33.97%
R=37.30%
G=28.73%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518121400.230.090.08323.3357.4581.57
HexEBB5D6017981433952
Octal353265326027111050371122
Binary111010111011010111010110010111100110001010000111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB5D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB5D6; }

 p { color: rgb(235,181,214); }

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

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

 a { background-color: rgb(235,181,214); }

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

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

 span { border-color: rgb(235,181,214); }

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