#E7BAEA

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

Shades of Thistle #E7BAEA

Tints of Thistle #E7BAEA

Color information

#E7BAEA (or 0xE7BAEA) is unknown color: approx Thistle. HEX triplet: E7, BA and EA. RGB value is (231,186,234). Sum of RGB (Red+Green+Blue) = 231+186+234=651 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.48% from 651); Green value is 186 (73.05% from 255 or 28.57% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 234 - color contains mainly: blue. Hex color #E7BAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BAEA is #184515. Grayscale: #CCCCCC. Windows color (decimal): -1590550 or 15383271. OLE color: 15383271.

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

Color convert

RGB231186234-
CMYK0.010.2100.08
HSL296.25º53.33%82.35%-
HSV(B)296.25º20.51%91.76%-
XYZ65.3758.0585.6-
YUV204.93144.41146.6-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.48%
GREEN value IS 186 (73.05% from 255) = 28.57%
BLUE value IS 234 (91.80% from 255) = 35.94%
R=35.48%
G=28.57%
B=35.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2311862340.010.2100.08296.2553.3382.35
HexE7BAEA115081283552
Octal34727235212501045065122
Binary111001111011101011101010110101010001001010001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BAEA; }

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

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

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

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

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

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

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

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