#EBB0D5

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

Shades of Lavender Pink #EBB0D5

Tints of Lavender Pink #EBB0D5

Color information

#EBB0D5 (or 0xEBB0D5) is unknown color: approx Lavender Pink. HEX triplet: EB, B0 and D5. RGB value is (235,176,213). Sum of RGB (Red+Green+Blue) = 235+176+213=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 176 (69.14% from 255 or 28.21% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0D5 is #144F2A. Grayscale: #C5C5C5. Windows color (decimal): -1330987 or 14004459. OLE color: 14004459.

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

Color convert

RGB235176213-
CMYK00.250.090.08
HSL322.37º59.6%80.59%-
HSV(B)322.37º25.11%92.16%-
XYZ61.853.5270.02-
YUV197.86136.55154.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.66%
GREEN value IS 176 (69.14% from 255) = 28.21%
BLUE value IS 213 (83.59% from 255) = 34.13%
R=37.66%
G=28.21%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517621300.250.090.08322.3759.680.59
HexEBB0D5019981423c51
Octal353260325031111050274121
Binary111010111011000011010101011001100110001010000101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB0D5; }

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

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

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

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

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

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

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

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