#E5BAEC

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

Shades of Thistle #E5BAEC

Tints of Thistle #E5BAEC

Color information

#E5BAEC (or 0xE5BAEC) is unknown color: approx Thistle. HEX triplet: E5, BA and EC. RGB value is (229,186,236). Sum of RGB (Red+Green+Blue) = 229+186+236=651 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.18% from 651); Green value is 186 (73.05% from 255 or 28.57% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 236 - color contains mainly: blue. Hex color #E5BAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BAEC is #1A4513. Grayscale: #CCCCCC. Windows color (decimal): -1721620 or 15514341. OLE color: 15514341.

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

Color convert

RGB229186236-
CMYK0.030.2100.07
HSL291.6º56.82%82.75%-
HSV(B)291.6º21.19%92.55%-
XYZ65.0157.8387.09-
YUV204.56145.75145.43-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.18%
GREEN value IS 186 (73.05% from 255) = 28.57%
BLUE value IS 236 (92.58% from 255) = 36.25%
R=35.18%
G=28.57%
B=36.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2291862360.030.2100.07291.656.8282.75
HexE5BAEC315071243953
Octal3452723543250744471123
Binary111001011011101011101100111010101111001001001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BAEC; }

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

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

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

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

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

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

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

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