#e1bce2

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

Shades of Thistle #E1BCE2

Tints of Thistle #E1BCE2

Color information

#E1BCE2 (or 0xE1BCE2) is unknown color: approx Thistle. HEX triplet: E1, BC and E2. RGB value is (225,188,226). Sum of RGB (Red+Green+Blue) = 225+188+226=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 226 (88.67% from 255 or 35.37% from 639); Max value from RGB is 226 - color contains mainly: blue. Hex color #E1BCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BCE2 is #1E431D. Grayscale: #CBCBCB. Windows color (decimal): -1983262 or 14859489. OLE color: 14859489.

HSL color Cylindrical-coordinate representation of color #E1BCE2: hue angle of 298.42º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1BCE2 is Cyan = 0.00, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB225188226-
CMYK0.000.1700.11
HSL298.42º39.58%81.18%-
HSV(B)298.42º16.81%88.63%-
XYZ62.7657.4679.74-
YUV203.4140.76143.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.21%
GREEN value IS 188 (73.83% from 255) = 29.42%
BLUE value IS 226 (88.67% from 255) = 35.37%
R=35.21%
G=29.42%
B=35.37%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2251882260.000.1700.11298.4239.5881.18
HexE1BCE20110B12a2851
Octal34127434202101345250121
Binary111000011011110011100010010001010111001010101010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1bce2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1bce2; }

 p { color: rgb(225,188,226); }

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

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

 a { background-color: rgb(225,188,226); }

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

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

 span { border-color: rgb(225,188,226); }

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