#E1BAE4

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

Shades of Thistle #E1BAE4

Tints of Thistle #E1BAE4

Color information

#E1BAE4 (or 0xE1BAE4) is unknown color: approx Thistle. HEX triplet: E1, BA and E4. RGB value is (225,186,228). Sum of RGB (Red+Green+Blue) = 225+186+228=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 228 (89.45% from 255 or 35.68% from 639); Max value from RGB is 228 - color contains mainly: blue. Hex color #E1BAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BAE4 is #1E451B. Grayscale: #CACACA. Windows color (decimal): -1983772 or 14990049. OLE color: 14990049.

HSL color Cylindrical-coordinate representation of color #E1BAE4: hue angle of 295.71º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1BAE4 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB225186228-
CMYK0.010.1800.11
HSL295.71º43.75%81.18%-
HSV(B)295.71º18.42%89.41%-
XYZ62.6156.7381.05-
YUV202.45142.42144.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.21%
GREEN value IS 186 (73.05% from 255) = 29.11%
BLUE value IS 228 (89.45% from 255) = 35.68%
R=35.21%
G=29.11%
B=35.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2251862280.010.1800.11295.7143.7581.18
HexE1BAE41120B1282c51
Octal34127234412201345054121
Binary111000011011101011100100110010010111001010001011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BAE4; }

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

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

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

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

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

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

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

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