#E1BEE5

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

Shades of Thistle #E1BEE5

Tints of Thistle #E1BEE5

Color information

#E1BEE5 (or 0xE1BEE5) is unknown color: approx Thistle. HEX triplet: E1, BE and E5. RGB value is (225,190,229). Sum of RGB (Red+Green+Blue) = 225+190+229=644 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.94% from 644); Green value is 190 (74.61% from 255 or 29.50% from 644); Blue value is 229 (89.84% from 255 or 35.56% from 644); Max value from RGB is 229 - color contains mainly: blue. Hex color #E1BEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BEE5 is #1E411A. Grayscale: #CCCCCC. Windows color (decimal): -1982747 or 15056609. OLE color: 15056609.

HSL color Cylindrical-coordinate representation of color #E1BEE5: hue angle of 293.85º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1BEE5 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB225190229-
CMYK0.020.1700.10
HSL293.85º42.86%82.16%-
HSV(B)293.85º17.03%89.8%-
XYZ63.6158.4982.07-
YUV204.91141.6142.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.94%
GREEN value IS 190 (74.61% from 255) = 29.50%
BLUE value IS 229 (89.84% from 255) = 35.56%
R=34.94%
G=29.50%
B=35.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2251902290.020.1700.10293.8542.8682.16
HexE1BEE52110A1262b52
Octal34127634522101244653122
Binary1110000110111110111001011010001010101001001101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BEE5; }

 p { color: rgb(225,190,229); }

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

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

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

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

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

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

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