#E5BCEB

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

Shades of Thistle #E5BCEB

Tints of Thistle #E5BCEB

Color information

#E5BCEB (or 0xE5BCEB) is unknown color: approx Thistle. HEX triplet: E5, BC and EB. RGB value is (229,188,235). Sum of RGB (Red+Green+Blue) = 229+188+235=652 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.12% from 652); Green value is 188 (73.83% from 255 or 28.83% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5BCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BCEB is #1A4314. Grayscale: #CDCDCD. Windows color (decimal): -1721109 or 15449317. OLE color: 15449317.

HSL color Cylindrical-coordinate representation of color #E5BCEB: hue angle of 292.34º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E5BCEB is Cyan = 0.03, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB229188235-
CMYK0.030.200.08
HSL292.34º54.02%82.94%-
HSV(B)292.34º20%92.16%-
XYZ65.2958.6286.47-
YUV205.62144.58144.68-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.12%
GREEN value IS 188 (73.83% from 255) = 28.83%
BLUE value IS 235 (92.19% from 255) = 36.04%
R=35.12%
G=28.83%
B=36.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2291882350.030.200.08292.3454.0282.94
HexE5BCEB314081243653
Octal34527435332401044466123
Binary1110010110111100111010111110100010001001001001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BCEB; }

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

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

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

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

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

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

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

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