#E1B6E6

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

Shades of Thistle #E1B6E6

Tints of Thistle #E1B6E6

Color information

#E1B6E6 (or 0xE1B6E6) is unknown color: approx Thistle. HEX triplet: E1, B6 and E6. RGB value is (225,182,230). Sum of RGB (Red+Green+Blue) = 225+182+230=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 182 (71.48% from 255 or 28.57% from 637); Blue value is 230 (90.23% from 255 or 36.11% from 637); Max value from RGB is 230 - color contains mainly: blue. Hex color #E1B6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B6E6 is #1E4919. Grayscale: #C8C8C8. Windows color (decimal): -1984794 or 15120097. OLE color: 15120097.

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

Color convert

RGB225182230-
CMYK0.020.2100.10
HSL293.75º48.98%80.78%-
HSV(B)293.75º20.87%90.2%-
XYZ62.0655.1882.24-
YUV200.33144.75145.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.32%
GREEN value IS 182 (71.48% from 255) = 28.57%
BLUE value IS 230 (90.23% from 255) = 36.11%
R=35.32%
G=28.57%
B=36.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2251822300.020.2100.10293.7548.9880.78
HexE1B6E62150A1263151
Octal34126634622501244661121
Binary1110000110110110111001101010101010101001001101100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B6E6; }

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

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

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

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

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

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

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

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