#E5BEEA

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

Shades of Thistle #E5BEEA

Tints of Thistle #E5BEEA

Color information

#E5BEEA (or 0xE5BEEA) is unknown color: approx Thistle. HEX triplet: E5, BE and EA. RGB value is (229,190,234). Sum of RGB (Red+Green+Blue) = 229+190+234=653 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.07% from 653); Green value is 190 (74.61% from 255 or 29.10% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5BEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BEEA is #1A4115. Grayscale: #CECECE. Windows color (decimal): -1720598 or 15384293. OLE color: 15384293.

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

Color convert

RGB229190234-
CMYK0.020.1900.08
HSL293.18º51.16%83.14%-
HSV(B)293.18º18.8%91.76%-
XYZ65.5859.4385.86-
YUV206.68143.42143.92-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.07%
GREEN value IS 190 (74.61% from 255) = 29.10%
BLUE value IS 234 (91.80% from 255) = 35.83%
R=35.07%
G=29.10%
B=35.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2291902340.020.1900.08293.1851.1683.14
HexE5BEEA213081253353
Octal34527635222301044563123
Binary1110010110111110111010101010011010001001001011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BEEA; }

 p { color: rgb(229,190,234); }

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

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

 a { background-color: rgb(229,190,234); }

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

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

 span { border-color: rgb(229,190,234); }

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