#E5B9EB

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

Shades of Thistle #E5B9EB

Tints of Thistle #E5B9EB

Color information

#E5B9EB (or 0xE5B9EB) is unknown color: approx Thistle. HEX triplet: E5, B9 and EB. RGB value is (229,185,235). Sum of RGB (Red+Green+Blue) = 229+185+235=649 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.29% from 649); Green value is 185 (72.66% from 255 or 28.51% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5B9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B9EB is #1A4614. Grayscale: #CBCBCB. Windows color (decimal): -1721877 or 15448549. OLE color: 15448549.

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

Color convert

RGB229185235-
CMYK0.030.2100.08
HSL292.8º55.56%82.35%-
HSV(B)292.8º21.28%92.16%-
XYZ64.6657.3586.26-
YUV203.86145.58145.93-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.29%
GREEN value IS 185 (72.66% from 255) = 28.51%
BLUE value IS 235 (92.19% from 255) = 36.21%
R=35.29%
G=28.51%
B=36.21%

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
Decimal2291852350.030.2100.08292.855.5682.35
HexE5B9EB315081253852
Octal34527135332501044570122
Binary1110010110111001111010111110101010001001001011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B9EB; }

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

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

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

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

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

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

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

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