#EBB7D6

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

Shades of Lavender Pink #EBB7D6

Tints of Lavender Pink #EBB7D6

Color information

#EBB7D6 (or 0xEBB7D6) is unknown color: approx Lavender Pink. HEX triplet: EB, B7 and D6. RGB value is (235,183,214). Sum of RGB (Red+Green+Blue) = 235+183+214=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 183 (71.88% from 255 or 28.96% from 632); Blue value is 214 (83.98% from 255 or 33.86% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB7D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB7D6 is #144829. Grayscale: #CACACA. Windows color (decimal): -1329194 or 14071787. OLE color: 14071787.

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

Color convert

RGB235183214-
CMYK00.220.090.08
HSL324.23º56.52%81.96%-
HSV(B)324.23º22.13%92.16%-
XYZ63.3356.3871.16-
YUV202.08134.73151.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.18%
GREEN value IS 183 (71.88% from 255) = 28.96%
BLUE value IS 214 (83.98% from 255) = 33.86%
R=37.18%
G=28.96%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518321400.220.090.08324.2356.5281.96
HexEBB7D6016981443952
Octal353267326026111050471122
Binary111010111011011111010110010110100110001010001001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB7D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB7D6; }

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

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

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

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

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

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

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

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