#E1B8E6

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

Shades of Thistle #E1B8E6

Tints of Thistle #E1B8E6

Color information

#E1B8E6 (or 0xE1B8E6) is unknown color: approx Thistle. HEX triplet: E1, B8 and E6. RGB value is (225,184,230). Sum of RGB (Red+Green+Blue) = 225+184+230=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 184 (72.27% from 255 or 28.79% from 639); Blue value is 230 (90.23% from 255 or 35.99% from 639); Max value from RGB is 230 - color contains mainly: blue. Hex color #E1B8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B8E6 is #1E4719. Grayscale: #C9C9C9. Windows color (decimal): -1984282 or 15120609. OLE color: 15120609.

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

Color convert

RGB225184230-
CMYK0.020.200.10
HSL293.48º47.92%81.18%-
HSV(B)293.48º20%90.2%-
XYZ62.475682.38-
YUV201.5144.08144.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.21%
GREEN value IS 184 (72.27% from 255) = 28.79%
BLUE value IS 230 (90.23% from 255) = 35.99%
R=35.21%
G=28.79%
B=35.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2251842300.020.200.10293.4847.9281.18
HexE1B8E62140A1253051
Octal34127034622401244560121
Binary1110000110111000111001101010100010101001001011100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B8E6; }

 p { color: rgb(225,184,230); }

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

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

 a { background-color: rgb(225,184,230); }

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

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

 span { border-color: rgb(225,184,230); }

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