#E8BDEA

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

Shades of Thistle #E8BDEA

Tints of Thistle #E8BDEA

Color information

#E8BDEA (or 0xE8BDEA) is unknown color: approx Thistle. HEX triplet: E8, BD and EA. RGB value is (232,189,234). Sum of RGB (Red+Green+Blue) = 232+189+234=655 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.42% from 655); Green value is 189 (74.22% from 255 or 28.85% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 234 - color contains mainly: blue. Hex color #E8BDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BDEA is #174215. Grayscale: #CECECE. Windows color (decimal): -1524246 or 15384040. OLE color: 15384040.

HSL color Cylindrical-coordinate representation of color #E8BDEA: hue angle of 297.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 #E8BDEA is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB232189234-
CMYK0.010.1900.08
HSL297.33º51.72%82.94%-
HSV(B)297.33º19.23%91.76%-
XYZ66.3359.4985.83-
YUV206.99143.25145.84-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.42%
GREEN value IS 189 (74.22% from 255) = 28.85%
BLUE value IS 234 (91.80% from 255) = 35.73%
R=35.42%
G=28.85%
B=35.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2321892340.010.1900.08297.3351.7282.94
HexE8BDEA113081293453
Octal35027535212301045164123
Binary111010001011110111101010110011010001001010011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BDEA; }

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

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

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

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

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

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

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

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