#E2BDEA

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

Shades of Thistle #E2BDEA

Tints of Thistle #E2BDEA

Color information

#E2BDEA (or 0xE2BDEA) is unknown color: approx Thistle. HEX triplet: E2, BD and EA. RGB value is (226,189,234). Sum of RGB (Red+Green+Blue) = 226+189+234=649 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.82% from 649); Green value is 189 (74.22% from 255 or 29.12% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2BDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BDEA is #1D4215. Grayscale: #CDCDCD. Windows color (decimal): -1917462 or 15384034. OLE color: 15384034.

HSL color Cylindrical-coordinate representation of color #E2BDEA: hue angle of 289.33º degrees, saturation: 0.52, 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 #E2BDEA is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226189234-
CMYK0.030.1900.08
HSL289.33º51.72%82.94%-
HSV(B)289.33º19.23%91.76%-
XYZ64.4158.585.74-
YUV205.19144.26142.84-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.82%
GREEN value IS 189 (74.22% from 255) = 29.12%
BLUE value IS 234 (91.80% from 255) = 36.06%
R=34.82%
G=29.12%
B=36.06%

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
Decimal2261892340.030.1900.08289.3351.7282.94
HexE2BDEA313081213453
Octal34227535232301044164123
Binary1110001010111101111010101110011010001001000011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BDEA; }

 p { color: rgb(226,189,234); }

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

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

 a { background-color: rgb(226,189,234); }

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

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

 span { border-color: rgb(226,189,234); }

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