#E3BAE6

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

Shades of Thistle #E3BAE6

Tints of Thistle #E3BAE6

Color information

#E3BAE6 (or 0xE3BAE6) is unknown color: approx Thistle. HEX triplet: E3, BA and E6. RGB value is (227,186,230). Sum of RGB (Red+Green+Blue) = 227+186+230=643 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.30% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 230 (90.23% from 255 or 35.77% from 643); Max value from RGB is 230 - color contains mainly: blue. Hex color #E3BAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BAE6 is #1C4519. Grayscale: #CBCBCB. Windows color (decimal): -1852698 or 15121123. OLE color: 15121123.

HSL color Cylindrical-coordinate representation of color #E3BAE6: hue angle of 295.91º degrees, saturation: 0.47, 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 #E3BAE6 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB227186230-
CMYK0.010.1900.10
HSL295.91º46.81%81.57%-
HSV(B)295.91º19.13%90.2%-
XYZ63.5257.1682.55-
YUV203.27143.08144.92-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.30%
GREEN value IS 186 (73.05% from 255) = 28.93%
BLUE value IS 230 (90.23% from 255) = 35.77%
R=35.30%
G=28.93%
B=35.77%

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
Decimal2271862300.010.1900.10295.9146.8181.57
HexE3BAE61130A1282f52
Octal34327234612301245057122
Binary111000111011101011100110110011010101001010001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BAE6; }

 p { color: rgb(227,186,230); }

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

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

 a { background-color: rgb(227,186,230); }

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

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

 span { border-color: rgb(227,186,230); }

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