#E9BAEF

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

Shades of Thistle #E9BAEF

Tints of Thistle #E9BAEF

Color information

#E9BAEF (or 0xE9BAEF) is unknown color: approx Thistle. HEX triplet: E9, BA and EF. RGB value is (233,186,239). Sum of RGB (Red+Green+Blue) = 233+186+239=658 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.41% from 658); Green value is 186 (73.05% from 255 or 28.27% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 239 - color contains mainly: blue. Hex color #E9BAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BAEF is #164510. Grayscale: #CDCDCD. Windows color (decimal): -1459473 or 15710953. OLE color: 15710953.

HSL color Cylindrical-coordinate representation of color #E9BAEF: hue angle of 293.21º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E9BAEF is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB233186239-
CMYK0.030.2200.06
HSL293.21º62.35%83.33%-
HSV(B)293.21º22.18%93.73%-
XYZ66.7458.6789.47-
YUV206.1146.57147.19-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.41%
GREEN value IS 186 (73.05% from 255) = 28.27%
BLUE value IS 239 (93.75% from 255) = 36.32%
R=35.41%
G=28.27%
B=36.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2331862390.030.2200.06293.2162.3583.33
HexE9BAEF316061253e53
Octal3512723573260644576123
Binary111010011011101011101111111011001101001001011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BAEF; }

 p { color: rgb(233,186,239); }

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

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

 a { background-color: rgb(233,186,239); }

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

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

 span { border-color: rgb(233,186,239); }

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