#E2BEE5

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

Shades of Thistle #E2BEE5

Tints of Thistle #E2BEE5

Color information

#E2BEE5 (or 0xE2BEE5) is unknown color: approx Thistle. HEX triplet: E2, BE and E5. RGB value is (226,190,229). Sum of RGB (Red+Green+Blue) = 226+190+229=645 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.04% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 229 (89.84% from 255 or 35.50% from 645); Max value from RGB is 229 - color contains mainly: blue. Hex color #E2BEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BEE5 is #1D411A. Grayscale: #CDCDCD. Windows color (decimal): -1917211 or 15056610. OLE color: 15056610.

HSL color Cylindrical-coordinate representation of color #E2BEE5: hue angle of 295.38º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2BEE5 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB226190229-
CMYK0.010.1700.10
HSL295.38º42.86%82.16%-
HSV(B)295.38º17.03%89.8%-
XYZ63.9258.6582.08-
YUV205.21141.43142.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.04%
GREEN value IS 190 (74.61% from 255) = 29.46%
BLUE value IS 229 (89.84% from 255) = 35.50%
R=35.04%
G=29.46%
B=35.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2261902290.010.1700.10295.3842.8682.16
HexE2BEE51110A1272b52
Octal34227634512101244753122
Binary111000101011111011100101110001010101001001111010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BEE5; }

 p { color: rgb(226,190,229); }

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

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

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

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

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

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

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