#E2BAEB

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

Shades of Thistle #E2BAEB

Tints of Thistle #E2BAEB

Color information

#E2BAEB (or 0xE2BAEB) is unknown color: approx Thistle. HEX triplet: E2, BA and EB. RGB value is (226,186,235). Sum of RGB (Red+Green+Blue) = 226+186+235=647 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.93% from 647); Green value is 186 (73.05% from 255 or 28.75% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2BAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BAEB is #1D4514. Grayscale: #CBCBCB. Windows color (decimal): -1918229 or 15448802. OLE color: 15448802.

HSL color Cylindrical-coordinate representation of color #E2BAEB: hue angle of 288.98º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E2BAEB is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226186235-
CMYK0.040.2100.08
HSL288.98º55.06%82.55%-
HSV(B)288.98º20.85%92.16%-
XYZ63.9257.2886.29-
YUV203.55145.75144.02-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.93%
GREEN value IS 186 (73.05% from 255) = 28.75%
BLUE value IS 235 (92.19% from 255) = 36.32%
R=34.93%
G=28.75%
B=36.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261862350.040.2100.08288.9855.0682.55
HexE2BAEB415081213753
Octal34227235342501044167123
Binary11100010101110101110101110010101010001001000011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BAEB; }

 p { color: rgb(226,186,235); }

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

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

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

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

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

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

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