#E2BCEB

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

Shades of Thistle #E2BCEB

Tints of Thistle #E2BCEB

Color information

#E2BCEB (or 0xE2BCEB) is unknown color: approx Thistle. HEX triplet: E2, BC and EB. RGB value is (226,188,235). Sum of RGB (Red+Green+Blue) = 226+188+235=649 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.82% from 649); Green value is 188 (73.83% from 255 or 28.97% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2BCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BCEB is #1D4314. Grayscale: #CCCCCC. Windows color (decimal): -1917717 or 15449314. OLE color: 15449314.

HSL color Cylindrical-coordinate representation of color #E2BCEB: hue angle of 288.51º degrees, saturation: 0.54, 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 #E2BCEB is Cyan = 0.04, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226188235-
CMYK0.040.200.08
HSL288.51º54.02%82.94%-
HSV(B)288.51º20%92.16%-
XYZ64.3458.1386.43-
YUV204.72145.09143.18-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.82%
GREEN value IS 188 (73.83% from 255) = 28.97%
BLUE value IS 235 (92.19% from 255) = 36.21%
R=34.82%
G=28.97%
B=36.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261882350.040.200.08288.5154.0282.94
HexE2BCEB414081213653
Octal34227435342401044166123
Binary11100010101111001110101110010100010001001000011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BCEB; }

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

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

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

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

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

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

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

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