#EBABD6

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

Shades of Lavender Rose #EBABD6

Tints of Lavender Rose #EBABD6

Color information

#EBABD6 (or 0xEBABD6) is unknown color: approx Lavender Rose. HEX triplet: EB, AB and D6. RGB value is (235,171,214). Sum of RGB (Red+Green+Blue) = 235+171+214=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 171 (67.19% from 255 or 27.58% from 620); Blue value is 214 (83.98% from 255 or 34.52% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBABD6 is #145429. Grayscale: #C2C2C2. Windows color (decimal): -1332266 or 14068715. OLE color: 14068715.

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

Color convert

RGB235171214-
CMYK00.270.090.08
HSL319.69º61.54%79.61%-
HSV(B)319.69º27.23%92.16%-
XYZ60.9651.6470.37-
YUV195.04138.7156.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.90%
GREEN value IS 171 (67.19% from 255) = 27.58%
BLUE value IS 214 (83.98% from 255) = 34.52%
R=37.90%
G=27.58%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517121400.270.090.08319.6961.5479.61
HexEBABD601B981403e50
Octal353253326033111050076120
Binary111010111010101111010110011011100110001010000001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBABD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBABD6; }

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

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

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

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

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

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

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

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