#E2BBEA

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

Shades of Thistle #E2BBEA

Tints of Thistle #E2BBEA

Color information

#E2BBEA (or 0xE2BBEA) is unknown color: approx Thistle. HEX triplet: E2, BB and EA. RGB value is (226,187,234). Sum of RGB (Red+Green+Blue) = 226+187+234=647 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.93% from 647); Green value is 187 (73.44% from 255 or 28.90% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2BBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BBEA is #1D4415. Grayscale: #CBCBCB. Windows color (decimal): -1917974 or 15383522. OLE color: 15383522.

HSL color Cylindrical-coordinate representation of color #E2BBEA: hue angle of 289.79º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E2BBEA is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226187234-
CMYK0.030.2000.08
HSL289.79º52.81%82.55%-
HSV(B)289.79º20.09%91.76%-
XYZ63.9957.6585.6-
YUV204.02144.92143.68-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.93%
GREEN value IS 187 (73.44% from 255) = 28.90%
BLUE value IS 234 (91.80% from 255) = 36.17%
R=34.93%
G=28.90%
B=36.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261872340.030.2000.08289.7952.8182.55
HexE2BBEA314081223553
Octal34227335232401044265123
Binary1110001010111011111010101110100010001001000101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BBEA; }

 p { color: rgb(226,187,234); }

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

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

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

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

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

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

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