#E5BDEC

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

Shades of Thistle #E5BDEC

Tints of Thistle #E5BDEC

Color information

#E5BDEC (or 0xE5BDEC) is unknown color: approx Thistle. HEX triplet: E5, BD and EC. RGB value is (229,189,236). Sum of RGB (Red+Green+Blue) = 229+189+236=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #E5BDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BDEC is #1A4213. Grayscale: #CECECE. Windows color (decimal): -1720852 or 15515109. OLE color: 15515109.

HSL color Cylindrical-coordinate representation of color #E5BDEC: hue angle of 291.06º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E5BDEC is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB229189236-
CMYK0.030.2000.07
HSL291.06º55.29%83.33%-
HSV(B)291.06º19.92%92.55%-
XYZ65.6559.1187.31-
YUV206.32144.75144.18-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.02%
GREEN value IS 189 (74.22% from 255) = 28.90%
BLUE value IS 236 (92.58% from 255) = 36.09%
R=35.02%
G=28.90%
B=36.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2291892360.030.2000.07291.0655.2983.33
HexE5BDEC314071233753
Octal3452753543240744367123
Binary111001011011110111101100111010001111001000111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BDEC; }

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

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

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

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

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

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

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

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