#E1BAE1

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

Shades of Thistle #E1BAE1

Tints of Thistle #E1BAE1

Color information

#E1BAE1 (or 0xE1BAE1) is unknown color: approx Thistle. HEX triplet: E1, BA and E1. RGB value is (225,186,225). Sum of RGB (Red+Green+Blue) = 225+186+225=636 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.38% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 225 (88.28% from 255 or 35.38% from 636); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E1BAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BAE1 is #1E451E. Grayscale: #C9C9C9. Windows color (decimal): -1983775 or 14793441. OLE color: 14793441.

HSL color Cylindrical-coordinate representation of color #E1BAE1: hue angle of 300º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1BAE1 is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB225186225-
CMYK00.1700.12
HSL300º39.39%80.59%-
HSV(B)300º17.33%88.24%-
XYZ62.256.5678.87-
YUV202.11140.92144.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.38%
GREEN value IS 186 (73.05% from 255) = 29.25%
BLUE value IS 225 (88.28% from 255) = 35.38%
R=35.38%
G=29.25%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518622500.1700.1230039.3980.59
HexE1BAE10110C12c2751
Octal34127234102101445447121
Binary111000011011101011100001010001011001001011001001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BAE1; }

 p { color: rgb(225,186,225); }

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

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

 a { background-color: rgb(225,186,225); }

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

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

 span { border-color: rgb(225,186,225); }

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