#E2BCEA

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

Shades of Thistle #E2BCEA

Tints of Thistle #E2BCEA

Color information

#E2BCEA (or 0xE2BCEA) is unknown color: approx Thistle. HEX triplet: E2, BC and EA. RGB value is (226,188,234). Sum of RGB (Red+Green+Blue) = 226+188+234=648 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.88% from 648); Green value is 188 (73.83% from 255 or 29.01% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2BCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BCEA is #1D4315. Grayscale: #CCCCCC. Windows color (decimal): -1917718 or 15383778. OLE color: 15383778.

HSL color Cylindrical-coordinate representation of color #E2BCEA: hue angle of 289.57º degrees, saturation: 0.52, 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 #E2BCEA is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226188234-
CMYK0.030.2000.08
HSL289.57º52.27%82.75%-
HSV(B)289.57º19.66%91.76%-
XYZ64.258.0885.67-
YUV204.61144.59143.26-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.88%
GREEN value IS 188 (73.83% from 255) = 29.01%
BLUE value IS 234 (91.80% from 255) = 36.11%
R=34.88%
G=29.01%
B=36.11%

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
Decimal2261882340.030.2000.08289.5752.2782.75
HexE2BCEA314081223453
Octal34227435232401044264123
Binary1110001010111100111010101110100010001001000101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BCEA; }

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

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

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

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

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

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

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

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