#E5BEE6

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

Shades of Thistle #E5BEE6

Tints of Thistle #E5BEE6

Color information

#E5BEE6 (or 0xE5BEE6) is unknown color: approx Thistle. HEX triplet: E5, BE and E6. RGB value is (229,190,230). Sum of RGB (Red+Green+Blue) = 229+190+230=649 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.29% from 649); Green value is 190 (74.61% from 255 or 29.28% from 649); Blue value is 230 (90.23% from 255 or 35.44% from 649); Max value from RGB is 230 - color contains mainly: blue. Hex color #E5BEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BEE6 is #1A4119. Grayscale: #CECECE. Windows color (decimal): -1720602 or 15122149. OLE color: 15122149.

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

Color convert

RGB229190230-
CMYK0.000.1700.10
HSL298.5º44.44%82.35%-
HSV(B)298.5º17.39%90.2%-
XYZ65.0159.282.86-
YUV206.22141.42144.25-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.29%
GREEN value IS 190 (74.61% from 255) = 29.28%
BLUE value IS 230 (90.23% from 255) = 35.44%
R=35.29%
G=29.28%
B=35.44%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291902300.000.1700.10298.544.4482.35
HexE5BEE60110A12a2c52
Octal34527634602101245254122
Binary111001011011111011100110010001010101001010101011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BEE6; }

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

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

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

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

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

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

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

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