#E1BCEA

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

Shades of Thistle #E1BCEA

Tints of Thistle #E1BCEA

Color information

#E1BCEA (or 0xE1BCEA) is unknown color: approx Thistle. HEX triplet: E1, BC and EA. RGB value is (225,188,234). Sum of RGB (Red+Green+Blue) = 225+188+234=647 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.78% from 647); Green value is 188 (73.83% from 255 or 29.06% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1BCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BCEA is #1E4315. Grayscale: #CCCCCC. Windows color (decimal): -1983254 or 15383777. OLE color: 15383777.

HSL color Cylindrical-coordinate representation of color #E1BCEA: hue angle of 288.26º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1BCEA is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225188234-
CMYK0.040.2000.08
HSL288.26º52.27%82.75%-
HSV(B)288.26º19.66%91.76%-
XYZ63.8957.9185.65-
YUV204.31144.76142.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.78%
GREEN value IS 188 (73.83% from 255) = 29.06%
BLUE value IS 234 (91.80% from 255) = 36.17%
R=34.78%
G=29.06%
B=36.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251882340.040.2000.08288.2652.2782.75
HexE1BCEA414081203453
Octal34127435242401044064123
Binary11100001101111001110101010010100010001001000001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BCEA; }

 p { color: rgb(225,188,234); }

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

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

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

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

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

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

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