#E6BCEC

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

Shades of Thistle #E6BCEC

Tints of Thistle #E6BCEC

Color information

#E6BCEC (or 0xE6BCEC) is unknown color: approx Thistle. HEX triplet: E6, BC and EC. RGB value is (230,188,236). Sum of RGB (Red+Green+Blue) = 230+188+236=654 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.17% from 654); Green value is 188 (73.83% from 255 or 28.75% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #E6BCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BCEC is #194313. Grayscale: #CDCDCD. Windows color (decimal): -1655572 or 15514854. OLE color: 15514854.

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

Color convert

RGB230188236-
CMYK0.030.2000.07
HSL292.5º55.81%83.14%-
HSV(B)292.5º20.34%92.55%-
XYZ65.7658.8587.25-
YUV206.03144.91145.1-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.17%
GREEN value IS 188 (73.83% from 255) = 28.75%
BLUE value IS 236 (92.58% from 255) = 36.09%
R=35.17%
G=28.75%
B=36.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2301882360.030.2000.07292.555.8183.14
HexE6BCEC314071243853
Octal3462743543240744470123
Binary111001101011110011101100111010001111001001001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BCEC; }

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

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

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

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

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

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

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

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