#E5BEEB

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

Shades of Thistle #E5BEEB

Tints of Thistle #E5BEEB

Color information

#E5BEEB (or 0xE5BEEB) is unknown color: approx Thistle. HEX triplet: E5, BE and EB. RGB value is (229,190,235). Sum of RGB (Red+Green+Blue) = 229+190+235=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 190 (74.61% from 255 or 29.05% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5BEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BEEB is #1A4114. Grayscale: #CECECE. Windows color (decimal): -1720597 or 15449829. OLE color: 15449829.

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

Color convert

RGB229190235-
CMYK0.030.1900.08
HSL292º52.94%83.33%-
HSV(B)292º19.15%92.16%-
XYZ65.7259.4886.61-
YUV206.79143.92143.84-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.02%
GREEN value IS 190 (74.61% from 255) = 29.05%
BLUE value IS 235 (92.19% from 255) = 35.93%
R=35.02%
G=29.05%
B=35.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2291902350.030.1900.0829252.9483.33
HexE5BEEB313081243553
Octal34527635332301044465123
Binary1110010110111110111010111110011010001001001001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BEEB; }

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

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

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

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

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

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

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

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