#E5BAEA

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

Shades of Thistle #E5BAEA

Tints of Thistle #E5BAEA

Color information

#E5BAEA (or 0xE5BAEA) is unknown color: approx Thistle. HEX triplet: E5, BA and EA. RGB value is (229,186,234). Sum of RGB (Red+Green+Blue) = 229+186+234=649 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.29% from 649); Green value is 186 (73.05% from 255 or 28.66% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5BAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BAEA is #1A4515. Grayscale: #CCCCCC. Windows color (decimal): -1721622 or 15383269. OLE color: 15383269.

HSL color Cylindrical-coordinate representation of color #E5BAEA: hue angle of 293.75º 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 #E5BAEA is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB229186234-
CMYK0.020.2100.08
HSL293.75º53.33%82.35%-
HSV(B)293.75º20.51%91.76%-
XYZ64.7257.7285.57-
YUV204.33144.75145.6-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.29%
GREEN value IS 186 (73.05% from 255) = 28.66%
BLUE value IS 234 (91.80% from 255) = 36.06%
R=35.29%
G=28.66%
B=36.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2291862340.020.2100.08293.7553.3382.35
HexE5BAEA215081263552
Octal34527235222501044665122
Binary1110010110111010111010101010101010001001001101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BAEA; }

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

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

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

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

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

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

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

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