#E1BBE6

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

Shades of Thistle #E1BBE6

Tints of Thistle #E1BBE6

Color information

#E1BBE6 (or 0xE1BBE6) is unknown color: approx Thistle. HEX triplet: E1, BB and E6. RGB value is (225,187,230). Sum of RGB (Red+Green+Blue) = 225+187+230=642 (85% of max value = 765). Red value is 225 (88.28% from 255 or 35.05% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 230 (90.23% from 255 or 35.83% from 642); Max value from RGB is 230 - color contains mainly: blue. Hex color #E1BBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BBE6 is #1E4419. Grayscale: #CBCBCB. Windows color (decimal): -1983514 or 15121377. OLE color: 15121377.

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

Color convert

RGB225187230-
CMYK0.020.1900.10
HSL293.02º46.24%81.76%-
HSV(B)293.02º18.7%90.2%-
XYZ63.157.2682.59-
YUV203.26143.09143.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.05%
GREEN value IS 187 (73.44% from 255) = 29.13%
BLUE value IS 230 (90.23% from 255) = 35.83%
R=35.05%
G=29.13%
B=35.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2251872300.020.1900.10293.0246.2481.76
HexE1BBE62130A1252e52
Octal34127334622301244556122
Binary1110000110111011111001101010011010101001001011011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BBE6; }

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

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

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

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

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

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

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

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