#E9BFEA

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

Shades of Thistle #E9BFEA

Tints of Thistle #E9BFEA

Color information

#E9BFEA (or 0xE9BFEA) is unknown color: approx Thistle. HEX triplet: E9, BF and EA. RGB value is (233,191,234). Sum of RGB (Red+Green+Blue) = 233+191+234=658 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.41% from 658); Green value is 191 (75% from 255 or 29.03% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 234 - color contains mainly: blue. Hex color #E9BFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BFEA is #164015. Grayscale: #D0D0D0. Windows color (decimal): -1458198 or 15384553. OLE color: 15384553.

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

Color convert

RGB233191234-
CMYK0.000.1800.08
HSL298.6º50.59%83.33%-
HSV(B)298.6º18.38%91.76%-
XYZ67.0960.5385.99-
YUV208.46142.41145.5-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.41%
GREEN value IS 191 (75% from 255) = 29.03%
BLUE value IS 234 (91.80% from 255) = 35.56%
R=35.41%
G=29.03%
B=35.56%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2331912340.000.1800.08298.650.5983.33
HexE9BFEA0120812b3353
Octal35127735202201045363123
Binary111010011011111111101010010010010001001010111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BFEA; }

 p { color: rgb(233,191,234); }

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

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

 a { background-color: rgb(233,191,234); }

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

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

 span { border-color: rgb(233,191,234); }

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