#E2B9E5

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

Shades of Thistle #E2B9E5

Tints of Thistle #E2B9E5

Color information

#E2B9E5 (or 0xE2B9E5) is unknown color: approx Thistle. HEX triplet: E2, B9 and E5. RGB value is (226,185,229). Sum of RGB (Red+Green+Blue) = 226+185+229=640 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.31% from 640); Green value is 185 (72.66% from 255 or 28.91% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 229 - color contains mainly: blue. Hex color #E2B9E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B9E5 is #1D461A. Grayscale: #CACACA. Windows color (decimal): -1918491 or 15055330. OLE color: 15055330.

HSL color Cylindrical-coordinate representation of color #E2B9E5: hue angle of 295.91º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E2B9E5 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB226185229-
CMYK0.010.1900.10
HSL295.91º45.83%81.18%-
HSV(B)295.91º19.21%89.8%-
XYZ62.8656.5281.73-
YUV202.27143.08144.92-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.31%
GREEN value IS 185 (72.66% from 255) = 28.91%
BLUE value IS 229 (89.84% from 255) = 35.78%
R=35.31%
G=28.91%
B=35.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2261852290.010.1900.10295.9145.8381.18
HexE2B9E51130A1282e51
Octal34227134512301245056121
Binary111000101011100111100101110011010101001010001011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B9E5; }

 p { color: rgb(226,185,229); }

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

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

 a { background-color: rgb(226,185,229); }

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

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

 span { border-color: rgb(226,185,229); }

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