#E7BAEE

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

Shades of Thistle #E7BAEE

Tints of Thistle #E7BAEE

Color information

#E7BAEE (or 0xE7BAEE) is unknown color: approx Thistle. HEX triplet: E7, BA and EE. RGB value is (231,186,238). Sum of RGB (Red+Green+Blue) = 231+186+238=655 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.27% from 655); Green value is 186 (73.05% from 255 or 28.40% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #E7BAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BAEE is #184511. Grayscale: #CDCDCD. Windows color (decimal): -1590546 or 15645415. OLE color: 15645415.

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

Color convert

RGB231186238-
CMYK0.030.2200.07
HSL291.92º60.47%83.14%-
HSV(B)291.92º21.85%93.33%-
XYZ65.9558.2888.66-
YUV205.38146.41146.27-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.27%
GREEN value IS 186 (73.05% from 255) = 28.40%
BLUE value IS 238 (93.36% from 255) = 36.34%
R=35.27%
G=28.40%
B=36.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2311862380.030.2200.07291.9260.4783.14
HexE7BAEE316071243c53
Octal3472723563260744474123
Binary111001111011101011101110111011001111001001001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BAEE; }

 p { color: rgb(231,186,238); }

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

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

 a { background-color: rgb(231,186,238); }

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

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

 span { border-color: rgb(231,186,238); }

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