#E7BFEA

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

Shades of Thistle #E7BFEA

Tints of Thistle #E7BFEA

Color information

#E7BFEA (or 0xE7BFEA) is unknown color: approx Thistle. HEX triplet: E7, BF and EA. RGB value is (231,191,234). Sum of RGB (Red+Green+Blue) = 231+191+234=656 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.21% from 656); Green value is 191 (75% from 255 or 29.12% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 234 - color contains mainly: blue. Hex color #E7BFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BFEA is #184015. Grayscale: #CFCFCF. Windows color (decimal): -1589270 or 15384551. OLE color: 15384551.

HSL color Cylindrical-coordinate representation of color #E7BFEA: hue angle of 295.81º 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 #E7BFEA is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB231191234-
CMYK0.010.1800.08
HSL295.81º50.59%83.33%-
HSV(B)295.81º18.38%91.76%-
XYZ66.4460.1985.96-
YUV207.86142.75144.5-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.21%
GREEN value IS 191 (75% from 255) = 29.12%
BLUE value IS 234 (91.80% from 255) = 35.67%
R=35.21%
G=29.12%
B=35.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2311912340.010.1800.08295.8150.5983.33
HexE7BFEA112081283353
Octal34727735212201045063123
Binary111001111011111111101010110010010001001010001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BFEA; }

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

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

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

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

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

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

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

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