#EBB5D4

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

Shades of Lavender Pink #EBB5D4

Tints of Lavender Pink #EBB5D4

Color information

#EBB5D4 (or 0xEBB5D4) is unknown color: approx Lavender Pink. HEX triplet: EB, B5 and D4. RGB value is (235,181,212). Sum of RGB (Red+Green+Blue) = 235+181+212=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 181 (71.09% from 255 or 28.82% from 628); Blue value is 212 (83.20% from 255 or 33.76% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB5D4 is #144A2B. Grayscale: #C8C8C8. Windows color (decimal): -1329708 or 13940203. OLE color: 13940203.

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

Color convert

RGB235181212-
CMYK00.230.100.08
HSL325.56º57.45%81.57%-
HSV(B)325.56º22.98%92.16%-
XYZ62.6755.4669.69-
YUV200.68134.39152.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.42%
GREEN value IS 181 (71.09% from 255) = 28.82%
BLUE value IS 212 (83.20% from 255) = 33.76%
R=37.42%
G=28.82%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518121200.230.100.08325.5657.4581.57
HexEBB5D4017A81463952
Octal353265324027121050671122
Binary111010111011010111010100010111101010001010001101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB5D4; }

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

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

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

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

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

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

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

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