#EBABD9

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

Shades of Lavender Rose #EBABD9

Tints of Lavender Rose #EBABD9

Color information

#EBABD9 (or 0xEBABD9) is unknown color: approx Lavender Rose. HEX triplet: EB, AB and D9. RGB value is (235,171,217). Sum of RGB (Red+Green+Blue) = 235+171+217=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 171 (67.19% from 255 or 27.45% from 623); Blue value is 217 (85.16% from 255 or 34.83% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBABD9 is #145426. Grayscale: #C3C3C3. Windows color (decimal): -1332263 or 14265323. OLE color: 14265323.

HSL color Cylindrical-coordinate representation of color #EBABD9: hue angle of 316.88º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBABD9 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB235171217-
CMYK00.270.080.08
HSL316.88º61.54%79.61%-
HSV(B)316.88º27.23%92.16%-
XYZ61.3551.872.41-
YUV195.38140.2156.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.72%
GREEN value IS 171 (67.19% from 255) = 27.45%
BLUE value IS 217 (85.16% from 255) = 34.83%
R=37.72%
G=27.45%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517121700.270.080.08316.8861.5479.61
HexEBABD901B8813d3e50
Octal353253331033101047576120
Binary111010111010101111011001011011100010001001111011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBABD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBABD9; }

 p { color: rgb(235,171,217); }

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

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

 a { background-color: rgb(235,171,217); }

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

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

 span { border-color: rgb(235,171,217); }

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