#E5BCE8

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

Shades of Thistle #E5BCE8

Tints of Thistle #E5BCE8

Color information

#E5BCE8 (or 0xE5BCE8) is unknown color: approx Thistle. HEX triplet: E5, BC and E8. RGB value is (229,188,232). Sum of RGB (Red+Green+Blue) = 229+188+232=649 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.29% from 649); Green value is 188 (73.83% from 255 or 28.97% from 649); Blue value is 232 (91.02% from 255 or 35.75% from 649); Max value from RGB is 232 - color contains mainly: blue. Hex color #E5BCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BCE8 is #1A4317. Grayscale: #CDCDCD. Windows color (decimal): -1721112 or 15252709. OLE color: 15252709.

HSL color Cylindrical-coordinate representation of color #E5BCE8: hue angle of 295.91º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5BCE8 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB229188232-
CMYK0.010.1900.09
HSL295.91º48.89%82.35%-
HSV(B)295.91º18.97%90.98%-
XYZ64.8658.4584.21-
YUV205.28143.08144.92-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.29%
GREEN value IS 188 (73.83% from 255) = 28.97%
BLUE value IS 232 (91.02% from 255) = 35.75%
R=35.29%
G=28.97%
B=35.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2291882320.010.1900.09295.9148.8982.35
HexE5BCE8113091283152
Octal34527435012301145061122
Binary111001011011110011101000110011010011001010001100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BCE8; }

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

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

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

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

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

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

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

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