#E4BAEB

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

Shades of Thistle #E4BAEB

Tints of Thistle #E4BAEB

Color information

#E4BAEB (or 0xE4BAEB) is unknown color: approx Thistle. HEX triplet: E4, BA and EB. RGB value is (228,186,235). Sum of RGB (Red+Green+Blue) = 228+186+235=649 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.13% from 649); Green value is 186 (73.05% from 255 or 28.66% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 235 - color contains mainly: blue. Hex color #E4BAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BAEB is #1B4514. Grayscale: #CBCBCB. Windows color (decimal): -1787157 or 15448804. OLE color: 15448804.

HSL color Cylindrical-coordinate representation of color #E4BAEB: hue angle of 291.43º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E4BAEB is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB228186235-
CMYK0.030.2100.08
HSL291.43º55.06%82.55%-
HSV(B)291.43º20.85%92.16%-
XYZ64.5557.6186.31-
YUV204.14145.41145.02-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.13%
GREEN value IS 186 (73.05% from 255) = 28.66%
BLUE value IS 235 (92.19% from 255) = 36.21%
R=35.13%
G=28.66%
B=36.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2281862350.030.2100.08291.4355.0682.55
HexE4BAEB315081233753
Octal34427235332501044367123
Binary1110010010111010111010111110101010001001000111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BAEB; }

 p { color: rgb(228,186,235); }

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

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

 a { background-color: rgb(228,186,235); }

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

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

 span { border-color: rgb(228,186,235); }

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