#E2BBE8

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

Shades of Thistle #E2BBE8

Tints of Thistle #E2BBE8

Color information

#E2BBE8 (or 0xE2BBE8) is unknown color: approx Thistle. HEX triplet: E2, BB and E8. RGB value is (226,187,232). Sum of RGB (Red+Green+Blue) = 226+187+232=645 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.04% from 645); Green value is 187 (73.44% from 255 or 28.99% from 645); Blue value is 232 (91.02% from 255 or 35.97% from 645); Max value from RGB is 232 - color contains mainly: blue. Hex color #E2BBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BBE8 is #1D4417. Grayscale: #CBCBCB. Windows color (decimal): -1917976 or 15252450. OLE color: 15252450.

HSL color Cylindrical-coordinate representation of color #E2BBE8: hue angle of 292º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E2BBE8 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB226187232-
CMYK0.030.1900.09
HSL292º49.45%82.16%-
HSV(B)292º19.4%90.98%-
XYZ63.757.5484.09-
YUV203.79143.92143.84-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.04%
GREEN value IS 187 (73.44% from 255) = 28.99%
BLUE value IS 232 (91.02% from 255) = 35.97%
R=35.04%
G=28.99%
B=35.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2261872320.030.1900.0929249.4582.16
HexE2BBE8313091243152
Octal34227335032301144461122
Binary1110001010111011111010001110011010011001001001100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BBE8; }

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

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

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

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

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

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

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

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