#E5BAEB

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

Shades of Thistle #E5BAEB

Tints of Thistle #E5BAEB

Color information

#E5BAEB (or 0xE5BAEB) is unknown color: approx Thistle. HEX triplet: E5, BA and EB. RGB value is (229,186,235). Sum of RGB (Red+Green+Blue) = 229+186+235=650 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.23% from 650); Green value is 186 (73.05% from 255 or 28.62% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5BAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BAEB is #1A4514. Grayscale: #CCCCCC. Windows color (decimal): -1721621 or 15448805. OLE color: 15448805.

HSL color Cylindrical-coordinate representation of color #E5BAEB: hue angle of 292.65º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5BAEB is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB229186235-
CMYK0.030.2100.08
HSL292.65º55.06%82.55%-
HSV(B)292.65º20.85%92.16%-
XYZ64.8757.7786.33-
YUV204.44145.25145.52-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.23%
GREEN value IS 186 (73.05% from 255) = 28.62%
BLUE value IS 235 (92.19% from 255) = 36.15%
R=35.23%
G=28.62%
B=36.15%

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
Decimal2291862350.030.2100.08292.6555.0682.55
HexE5BAEB315081253753
Octal34527235332501044567123
Binary1110010110111010111010111110101010001001001011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BAEB; }

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

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

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

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

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

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

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

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