#E2BCE2

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

Shades of Thistle #E2BCE2

Tints of Thistle #E2BCE2

Color information

#E2BCE2 (or 0xE2BCE2) is unknown color: approx Thistle. HEX triplet: E2, BC and E2. RGB value is (226,188,226). Sum of RGB (Red+Green+Blue) = 226+188+226=640 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.31% from 640); Green value is 188 (73.83% from 255 or 29.38% from 640); Blue value is 226 (88.67% from 255 or 35.31% from 640); Max value from RGB is 226 - color contains mainly: red, blue. Hex color #E2BCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BCE2 is #1D431D. Grayscale: #CBCBCB. Windows color (decimal): -1917726 or 14859490. OLE color: 14859490.

HSL color Cylindrical-coordinate representation of color #E2BCE2: hue angle of 300º 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 #E2BCE2 is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB226188226-
CMYK00.1700.11
HSL300º39.58%81.18%-
HSV(B)300º16.81%88.63%-
XYZ63.0757.6379.75-
YUV203.69140.59143.91-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.31%
GREEN value IS 188 (73.83% from 255) = 29.38%
BLUE value IS 226 (88.67% from 255) = 35.31%
R=35.31%
G=29.38%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618822600.1700.1130039.5881.18
HexE2BCE20110B12c2851
Octal34227434202101345450121
Binary111000101011110011100010010001010111001011001010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BCE2; }

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

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

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

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

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

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

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

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