#E3BAEA

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

Shades of Thistle #E3BAEA

Tints of Thistle #E3BAEA

Color information

#E3BAEA (or 0xE3BAEA) is unknown color: approx Thistle. HEX triplet: E3, BA and EA. RGB value is (227,186,234). Sum of RGB (Red+Green+Blue) = 227+186+234=647 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.09% from 647); Green value is 186 (73.05% from 255 or 28.75% 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 #E3BAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BAEA is #1C4515. Grayscale: #CBCBCB. Windows color (decimal): -1852694 or 15383267. OLE color: 15383267.

HSL color Cylindrical-coordinate representation of color #E3BAEA: hue angle of 291.25º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E3BAEA is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB227186234-
CMYK0.030.2100.08
HSL291.25º53.33%82.35%-
HSV(B)291.25º20.51%91.76%-
XYZ64.0957.3985.54-
YUV203.73145.08144.6-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.09%
GREEN value IS 186 (73.05% from 255) = 28.75%
BLUE value IS 234 (91.80% from 255) = 36.17%
R=35.09%
G=28.75%
B=36.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2271862340.030.2100.08291.2553.3382.35
HexE3BAEA315081233552
Octal34327235232501044365122
Binary1110001110111010111010101110101010001001000111101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BAEA; }

 p { color: rgb(227,186,234); }

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

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

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

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

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

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

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