#E8BDEC

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

Shades of Thistle #E8BDEC

Tints of Thistle #E8BDEC

Color information

#E8BDEC (or 0xE8BDEC) is unknown color: approx Thistle. HEX triplet: E8, BD and EC. RGB value is (232,189,236). Sum of RGB (Red+Green+Blue) = 232+189+236=657 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.31% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 236 - color contains mainly: blue. Hex color #E8BDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BDEC is #174213. Grayscale: #CFCFCF. Windows color (decimal): -1524244 or 15515112. OLE color: 15515112.

HSL color Cylindrical-coordinate representation of color #E8BDEC: hue angle of 294.89º 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 #E8BDEC is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB232189236-
CMYK0.020.2000.07
HSL294.89º55.29%83.33%-
HSV(B)294.89º19.92%92.55%-
XYZ66.6259.6187.35-
YUV207.21144.25145.68-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.31%
GREEN value IS 189 (74.22% from 255) = 28.77%
BLUE value IS 236 (92.58% from 255) = 35.92%
R=35.31%
G=28.77%
B=35.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2321892360.020.2000.07294.8955.2983.33
HexE8BDEC214071273753
Octal3502753542240744767123
Binary111010001011110111101100101010001111001001111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BDEC; }

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

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

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

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

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

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

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

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