#E6B5EC

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

Shades of Thistle #E6B5EC

Tints of Thistle #E6B5EC

Color information

#E6B5EC (or 0xE6B5EC) is unknown color: approx Thistle. HEX triplet: E6, B5 and EC. RGB value is (230,181,236). Sum of RGB (Red+Green+Blue) = 230+181+236=647 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.55% from 647); Green value is 181 (71.09% from 255 or 27.98% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 236 - color contains mainly: blue. Hex color #E6B5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B5EC is #194A13. Grayscale: #C9C9C9. Windows color (decimal): -1657364 or 15513062. OLE color: 15513062.

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

Color convert

RGB230181236-
CMYK0.030.2300.07
HSL293.45º59.14%81.76%-
HSV(B)293.45º23.31%92.55%-
XYZ64.355.9386.76-
YUV201.92147.23148.03-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.55%
GREEN value IS 181 (71.09% from 255) = 27.98%
BLUE value IS 236 (92.58% from 255) = 36.48%
R=35.55%
G=27.98%
B=36.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2301812360.030.2300.07293.4559.1481.76
HexE6B5EC317071253b52
Octal3462653543270744573122
Binary111001101011010111101100111011101111001001011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B5EC; }

 p { color: rgb(230,181,236); }

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

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

 a { background-color: rgb(230,181,236); }

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

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

 span { border-color: rgb(230,181,236); }

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