#E7B6EC

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

Shades of Thistle #E7B6EC

Tints of Thistle #E7B6EC

Color information

#E7B6EC (or 0xE7B6EC) is unknown color: approx Thistle. HEX triplet: E7, B6 and EC. RGB value is (231,182,236). Sum of RGB (Red+Green+Blue) = 231+182+236=649 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.59% from 649); Green value is 182 (71.48% from 255 or 28.04% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #E7B6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B6EC is #184913. Grayscale: #CACACA. Windows color (decimal): -1591572 or 15513319. OLE color: 15513319.

HSL color Cylindrical-coordinate representation of color #E7B6EC: hue angle of 294.44º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E7B6EC is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB231182236-
CMYK0.020.2300.07
HSL294.44º58.7%81.96%-
HSV(B)294.44º22.88%92.55%-
XYZ64.8256.586.85-
YUV202.81146.73148.11-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.59%
GREEN value IS 182 (71.48% from 255) = 28.04%
BLUE value IS 236 (92.58% from 255) = 36.36%
R=35.59%
G=28.04%
B=36.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2311822360.020.2300.07294.4458.781.96
HexE7B6EC217071263b52
Octal3472663542270744673122
Binary111001111011011011101100101011101111001001101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B6EC; }

 p { color: rgb(231,182,236); }

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

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

 a { background-color: rgb(231,182,236); }

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

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

 span { border-color: rgb(231,182,236); }

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