#E2BEE8

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

Shades of Thistle #E2BEE8

Tints of Thistle #E2BEE8

Color information

#E2BEE8 (or 0xE2BEE8) is unknown color: approx Thistle. HEX triplet: E2, BE and E8. RGB value is (226,190,232). Sum of RGB (Red+Green+Blue) = 226+190+232=648 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.88% from 648); Green value is 190 (74.61% from 255 or 29.32% from 648); Blue value is 232 (91.02% from 255 or 35.80% from 648); Max value from RGB is 232 - color contains mainly: blue. Hex color #E2BEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BEE8 is #1D4117. Grayscale: #CDCDCD. Windows color (decimal): -1917208 or 15253218. OLE color: 15253218.

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

Color convert

RGB226190232-
CMYK0.030.1800.09
HSL291.43º47.73%82.75%-
HSV(B)291.43º18.1%90.98%-
XYZ64.3458.8284.31-
YUV205.55142.93142.58-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.88%
GREEN value IS 190 (74.61% from 255) = 29.32%
BLUE value IS 232 (91.02% from 255) = 35.80%
R=34.88%
G=29.32%
B=35.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2261902320.030.1800.09291.4347.7382.75
HexE2BEE8312091233053
Octal34227635032201144360123
Binary1110001010111110111010001110010010011001000111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BEE8; }

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

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

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

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

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

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

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

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