#E5BCED

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

Shades of Thistle #E5BCED

Tints of Thistle #E5BCED

Color information

#E5BCED (or 0xE5BCED) is unknown color: approx Thistle. HEX triplet: E5, BC and ED. RGB value is (229,188,237). Sum of RGB (Red+Green+Blue) = 229+188+237=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 188 (73.83% from 255 or 28.75% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #E5BCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BCED is #1A4312. Grayscale: #CDCDCD. Windows color (decimal): -1721107 or 15580389. OLE color: 15580389.

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

Color convert

RGB229188237-
CMYK0.030.2100.07
HSL290.2º57.65%83.33%-
HSV(B)290.2º20.68%92.94%-
XYZ65.5858.7488-
YUV205.84145.58144.52-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.02%
GREEN value IS 188 (73.83% from 255) = 28.75%
BLUE value IS 237 (92.97% from 255) = 36.24%
R=35.02%
G=28.75%
B=36.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2291882370.030.2100.07290.257.6583.33
HexE5BCED315071223a53
Octal3452743553250744272123
Binary111001011011110011101101111010101111001000101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BCED; }

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

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

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

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

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

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

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

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