#E5BCEC

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

Shades of Thistle #E5BCEC

Tints of Thistle #E5BCEC

Color information

#E5BCEC (or 0xE5BCEC) is unknown color: approx Thistle. HEX triplet: E5, BC and EC. RGB value is (229,188,236). Sum of RGB (Red+Green+Blue) = 229+188+236=653 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.07% from 653); Green value is 188 (73.83% from 255 or 28.79% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 236 - color contains mainly: blue. Hex color #E5BCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BCEC is #1A4313. Grayscale: #CDCDCD. Windows color (decimal): -1721108 or 15514853. OLE color: 15514853.

HSL color Cylindrical-coordinate representation of color #E5BCEC: hue angle of 291.25º 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 #E5BCEC is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB229188236-
CMYK0.030.2000.07
HSL291.25º55.81%83.14%-
HSV(B)291.25º20.34%92.55%-
XYZ65.4458.6887.23-
YUV205.73145.08144.6-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.07%
GREEN value IS 188 (73.83% from 255) = 28.79%
BLUE value IS 236 (92.58% from 255) = 36.14%
R=35.07%
G=28.79%
B=36.14%

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
Decimal2291882360.030.2000.07291.2555.8183.14
HexE5BCEC314071233853
Octal3452743543240744370123
Binary111001011011110011101100111010001111001000111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BCEC; }

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

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

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

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

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

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

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

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