#e6baea

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

Shades of Thistle #E6BAEA

Tints of Thistle #E6BAEA

Color information

#E6BAEA (or 0xE6BAEA) is unknown color: approx Thistle. HEX triplet: E6, BA and EA. RGB value is (230,186,234). Sum of RGB (Red+Green+Blue) = 230+186+234=650 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.38% from 650); Green value is 186 (73.05% from 255 or 28.62% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 234 - color contains mainly: blue. Hex color #E6BAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BAEA is #194515. Grayscale: #CCCCCC. Windows color (decimal): -1656086 or 15383270. OLE color: 15383270.

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

Color convert

RGB230186234-
CMYK0.020.2100.08
HSL295º53.33%82.35%-
HSV(B)295º20.51%91.76%-
XYZ65.0457.8885.59-
YUV204.63144.58146.1-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.38%
GREEN value IS 186 (73.05% from 255) = 28.62%
BLUE value IS 234 (91.80% from 255) = 36%
R=35.38%
G=28.62%
B=36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2301862340.020.2100.0829553.3382.35
HexE6BAEA215081273552
Octal34627235222501044765122
Binary1110011010111010111010101010101010001001001111101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6baea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6baea; }

 p { color: rgb(230,186,234); }

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

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

 a { background-color: rgb(230,186,234); }

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

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

 span { border-color: rgb(230,186,234); }

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