#E4BAEA

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

Shades of Thistle #E4BAEA

Tints of Thistle #E4BAEA

Color information

#E4BAEA (or 0xE4BAEA) is unknown color: approx Thistle. HEX triplet: E4, BA and EA. RGB value is (228,186,234). Sum of RGB (Red+Green+Blue) = 228+186+234=648 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.19% from 648); Green value is 186 (73.05% from 255 or 28.70% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 234 - color contains mainly: blue. Hex color #E4BAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BAEA is #1B4515. Grayscale: #CBCBCB. Windows color (decimal): -1787158 or 15383268. OLE color: 15383268.

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

Color convert

RGB228186234-
CMYK0.030.2100.08
HSL292.5º53.33%82.35%-
HSV(B)292.5º20.51%91.76%-
XYZ64.4157.5585.56-
YUV204.03144.91145.1-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.19%
GREEN value IS 186 (73.05% from 255) = 28.70%
BLUE value IS 234 (91.80% from 255) = 36.11%
R=35.19%
G=28.70%
B=36.11%

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
Decimal2281862340.030.2100.08292.553.3382.35
HexE4BAEA315081243552
Octal34427235232501044465122
Binary1110010010111010111010101110101010001001001001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BAEA; }

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

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

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

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

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

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

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

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