#EBAAD8

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

Shades of Lavender Rose #EBAAD8

Tints of Lavender Rose #EBAAD8

Color information

#EBAAD8 (or 0xEBAAD8) is unknown color: approx Lavender Rose. HEX triplet: EB, AA and D8. RGB value is (235,170,216). Sum of RGB (Red+Green+Blue) = 235+170+216=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 216 (84.77% from 255 or 34.78% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAD8 is #145527. Grayscale: #C2C2C2. Windows color (decimal): -1332520 or 14199531. OLE color: 14199531.

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

Color convert

RGB235170216-
CMYK00.280.080.08
HSL317.54º61.9%79.41%-
HSV(B)317.54º27.66%92.16%-
XYZ61.0351.3771.66-
YUV194.68140.03156.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.84%
GREEN value IS 170 (66.80% from 255) = 27.38%
BLUE value IS 216 (84.77% from 255) = 34.78%
R=37.84%
G=27.38%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517021600.280.080.08317.5461.979.41
HexEBAAD801C8813e3e4f
Octal353252330034101047676117
Binary111010111010101011011000011100100010001001111101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAAD8; }

 p { color: rgb(235,170,216); }

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

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

 a { background-color: rgb(235,170,216); }

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

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

 span { border-color: rgb(235,170,216); }

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