#E0BEE1

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

Shades of Thistle #E0BEE1

Tints of Thistle #E0BEE1

Color information

#E0BEE1 (or 0xE0BEE1) is unknown color: approx Thistle. HEX triplet: E0, BE and E1. RGB value is (224,190,225). Sum of RGB (Red+Green+Blue) = 224+190+225=639 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.05% from 639); Green value is 190 (74.61% from 255 or 29.73% from 639); Blue value is 225 (88.28% from 255 or 35.21% from 639); Max value from RGB is 225 - color contains mainly: blue. Hex color #E0BEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BEE1 is #1F411E. Grayscale: #CCCCCC. Windows color (decimal): -2048287 or 14794464. OLE color: 14794464.

HSL color Cylindrical-coordinate representation of color #E0BEE1: hue angle of 298.29º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0BEE1 is Cyan = 0.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB224190225-
CMYK0.000.1600.12
HSL298.29º36.84%81.37%-
HSV(B)298.29º15.56%88.24%-
XYZ62.7458.1179.14-
YUV204.16139.76142.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.05%
GREEN value IS 190 (74.61% from 255) = 29.73%
BLUE value IS 225 (88.28% from 255) = 35.21%
R=35.05%
G=29.73%
B=35.21%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241902250.000.1600.12298.2936.8481.37
HexE0BEE10100C12a2551
Octal34027634102001445245121
Binary111000001011111011100001010000011001001010101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BEE1; }

 p { color: rgb(224,190,225); }

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

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

 a { background-color: rgb(224,190,225); }

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

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

 span { border-color: rgb(224,190,225); }

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