#E5BDE5

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

Shades of Thistle #E5BDE5

Tints of Thistle #E5BDE5

Color information

#E5BDE5 (or 0xE5BDE5) is unknown color: approx Thistle. HEX triplet: E5, BD and E5. RGB value is (229,189,229). Sum of RGB (Red+Green+Blue) = 229+189+229=647 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.39% from 647); Green value is 189 (74.22% from 255 or 29.21% from 647); Blue value is 229 (89.84% from 255 or 35.39% from 647); Max value from RGB is 229 - color contains mainly: red, blue. Hex color #E5BDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BDE5 is #1A421A. Grayscale: #CDCDCD. Windows color (decimal): -1720859 or 15056357. OLE color: 15056357.

HSL color Cylindrical-coordinate representation of color #E5BDE5: hue angle of 300º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5BDE5 is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB229189229-
CMYK00.1700.10
HSL300º43.48%81.96%-
HSV(B)300º17.47%89.8%-
XYZ64.6558.7182.05-
YUV205.52141.25144.75-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.39%
GREEN value IS 189 (74.22% from 255) = 29.21%
BLUE value IS 229 (89.84% from 255) = 35.39%
R=35.39%
G=29.21%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918922900.1700.1030043.4881.96
HexE5BDE50110A12c2b52
Octal34527534502101245453122
Binary111001011011110111100101010001010101001011001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BDE5; }

 p { color: rgb(229,189,229); }

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

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

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

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

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

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

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