#EBAADA

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

Shades of Lavender Rose #EBAADA

Tints of Lavender Rose #EBAADA

Color information

#EBAADA (or 0xEBAADA) is unknown color: approx Lavender Rose. HEX triplet: EB, AA and DA. RGB value is (235,170,218). Sum of RGB (Red+Green+Blue) = 235+170+218=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 170 (66.80% from 255 or 27.29% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAADA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAADA is #145525. Grayscale: #C2C2C2. Windows color (decimal): -1332518 or 14330603. OLE color: 14330603.

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

Color convert

RGB235170218-
CMYK00.280.070.08
HSL315.69º61.9%79.41%-
HSV(B)315.69º27.66%92.16%-
XYZ61.2951.4773.03-
YUV194.91141.03156.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.72%
GREEN value IS 170 (66.80% from 255) = 27.29%
BLUE value IS 218 (85.55% from 255) = 34.99%
R=37.72%
G=27.29%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517021800.280.070.08315.6961.979.41
HexEBAADA01C7813c3e4f
Octal35325233203471047476117
Binary11101011101010101101101001110011110001001111001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAADA; }

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

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

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

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

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

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

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

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