#E8BAEC

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

Shades of Thistle #E8BAEC

Tints of Thistle #E8BAEC

Color information

#E8BAEC (or 0xE8BAEC) is unknown color: approx Thistle. HEX triplet: E8, BA and EC. RGB value is (232,186,236). Sum of RGB (Red+Green+Blue) = 232+186+236=654 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.47% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #E8BAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BAEC is #174513. Grayscale: #CDCDCD. Windows color (decimal): -1525012 or 15514344. OLE color: 15514344.

HSL color Cylindrical-coordinate representation of color #E8BAEC: hue angle of 295.2º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E8BAEC is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB232186236-
CMYK0.020.2100.07
HSL295.2º56.82%82.75%-
HSV(B)295.2º21.19%92.55%-
XYZ65.9858.3387.14-
YUV205.45145.24146.93-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.47%
GREEN value IS 186 (73.05% from 255) = 28.44%
BLUE value IS 236 (92.58% from 255) = 36.09%
R=35.47%
G=28.44%
B=36.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2321862360.020.2100.07295.256.8282.75
HexE8BAEC215071273953
Octal3502723542250744771123
Binary111010001011101011101100101010101111001001111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BAEC; }

 p { color: rgb(232,186,236); }

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

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

 a { background-color: rgb(232,186,236); }

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

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

 span { border-color: rgb(232,186,236); }

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