#E1BCE5

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

Shades of Thistle #E1BCE5

Tints of Thistle #E1BCE5

Color information

#E1BCE5 (or 0xE1BCE5) is unknown color: approx Thistle. HEX triplet: E1, BC and E5. RGB value is (225,188,229). Sum of RGB (Red+Green+Blue) = 225+188+229=642 (85% of max value = 765). Red value is 225 (88.28% from 255 or 35.05% from 642); Green value is 188 (73.83% from 255 or 29.28% from 642); Blue value is 229 (89.84% from 255 or 35.67% from 642); Max value from RGB is 229 - color contains mainly: blue. Hex color #E1BCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BCE5 is #1E431A. Grayscale: #CBCBCB. Windows color (decimal): -1983259 or 15056097. OLE color: 15056097.

HSL color Cylindrical-coordinate representation of color #E1BCE5: hue angle of 294.15º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1BCE5 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB225188229-
CMYK0.020.1800.10
HSL294.15º44.09%81.76%-
HSV(B)294.15º17.9%89.8%-
XYZ63.1857.6381.92-
YUV203.74142.26143.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.05%
GREEN value IS 188 (73.83% from 255) = 29.28%
BLUE value IS 229 (89.84% from 255) = 35.67%
R=35.05%
G=29.28%
B=35.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2251882290.020.1800.10294.1544.0981.76
HexE1BCE52120A1262c52
Octal34127434522201244654122
Binary1110000110111100111001011010010010101001001101011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BCE5; }

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

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

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

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

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

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

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

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