#EBAAD6

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

Shades of Lavender Rose #EBAAD6

Tints of Lavender Rose #EBAAD6

Color information

#EBAAD6 (or 0xEBAAD6) is unknown color: approx Lavender Rose. HEX triplet: EB, AA and D6. RGB value is (235,170,214). Sum of RGB (Red+Green+Blue) = 235+170+214=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 214 (83.98% from 255 or 34.57% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAD6 is #145529. Grayscale: #C2C2C2. Windows color (decimal): -1332522 or 14068459. OLE color: 14068459.

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

Color convert

RGB235170214-
CMYK00.280.090.08
HSL319.38º61.9%79.41%-
HSV(B)319.38º27.66%92.16%-
XYZ60.7751.2770.31-
YUV194.45139.03156.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.96%
GREEN value IS 170 (66.80% from 255) = 27.46%
BLUE value IS 214 (83.98% from 255) = 34.57%
R=37.96%
G=27.46%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517021400.280.090.08319.3861.979.41
HexEBAAD601C9813f3e4f
Octal353252326034111047776117
Binary111010111010101011010110011100100110001001111111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAAD6; }

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

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

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

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

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

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

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

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