#E4BCEC

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

Shades of Thistle #E4BCEC

Tints of Thistle #E4BCEC

Color information

#E4BCEC (or 0xE4BCEC) is unknown color: approx Thistle. HEX triplet: E4, BC and EC. RGB value is (228,188,236). Sum of RGB (Red+Green+Blue) = 228+188+236=652 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.97% from 652); Green value is 188 (73.83% from 255 or 28.83% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #E4BCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BCEC is #1B4313. Grayscale: #CDCDCD. Windows color (decimal): -1786644 or 15514852. OLE color: 15514852.

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

Color convert

RGB228188236-
CMYK0.030.2000.07
HSL290º55.81%83.14%-
HSV(B)290º20.34%92.55%-
XYZ65.1258.5287.22-
YUV205.43145.25144.1-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.97%
GREEN value IS 188 (73.83% from 255) = 28.83%
BLUE value IS 236 (92.58% from 255) = 36.20%
R=34.97%
G=28.83%
B=36.20%

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
Decimal2281882360.030.2000.0729055.8183.14
HexE4BCEC314071223853
Octal3442743543240744270123
Binary111001001011110011101100111010001111001000101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BCEC; }

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

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

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

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

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

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

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

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