#EBB5D2

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

Shades of Lavender Pink #EBB5D2

Tints of Lavender Pink #EBB5D2

Color information

#EBB5D2 (or 0xEBB5D2) is unknown color: approx Lavender Pink. HEX triplet: EB, B5 and D2. RGB value is (235,181,210). Sum of RGB (Red+Green+Blue) = 235+181+210=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 181 (71.09% from 255 or 28.91% from 626); Blue value is 210 (82.42% from 255 or 33.55% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB5D2 is #144A2D. Grayscale: #C8C8C8. Windows color (decimal): -1329710 or 13809131. OLE color: 13809131.

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

Color convert

RGB235181210-
CMYK00.230.110.08
HSL327.78º57.45%81.57%-
HSV(B)327.78º22.98%92.16%-
XYZ62.4255.3668.37-
YUV200.45133.39152.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.54%
GREEN value IS 181 (71.09% from 255) = 28.91%
BLUE value IS 210 (82.42% from 255) = 33.55%
R=37.54%
G=28.91%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518121000.230.110.08327.7857.4581.57
HexEBB5D2017B81483952
Octal353265322027131051071122
Binary111010111011010111010010010111101110001010010001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB5D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB5D2; }

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

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

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

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

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

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

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

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