#E9BCED

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

Shades of Thistle #E9BCED

Tints of Thistle #E9BCED

Color information

#E9BCED (or 0xE9BCED) is unknown color: approx Thistle. HEX triplet: E9, BC and ED. RGB value is (233,188,237). Sum of RGB (Red+Green+Blue) = 233+188+237=658 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.41% from 658); Green value is 188 (73.83% from 255 or 28.57% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 237 - color contains mainly: blue. Hex color #E9BCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BCED is #164312. Grayscale: #CECECE. Windows color (decimal): -1458963 or 15580393. OLE color: 15580393.

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

Color convert

RGB233188237-
CMYK0.020.2100.07
HSL295.1º57.65%83.33%-
HSV(B)295.1º20.68%92.94%-
XYZ66.8759.488.06-
YUV207.04144.91146.52-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.41%
GREEN value IS 188 (73.83% from 255) = 28.57%
BLUE value IS 237 (92.97% from 255) = 36.02%
R=35.41%
G=28.57%
B=36.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2331882370.020.2100.07295.157.6583.33
HexE9BCED215071273a53
Octal3512743552250744772123
Binary111010011011110011101101101010101111001001111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BCED; }

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

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

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

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

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

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

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

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