#E8B6ED

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

Shades of Thistle #E8B6ED

Tints of Thistle #E8B6ED

Color information

#E8B6ED (or 0xE8B6ED) is unknown color: approx Thistle. HEX triplet: E8, B6 and ED. RGB value is (232,182,237). Sum of RGB (Red+Green+Blue) = 232+182+237=651 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.64% from 651); Green value is 182 (71.48% from 255 or 27.96% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 237 - color contains mainly: blue. Hex color #E8B6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8B6ED is #174912. Grayscale: #CBCBCB. Windows color (decimal): -1526035 or 15578856. OLE color: 15578856.

HSL color Cylindrical-coordinate representation of color #E8B6ED: hue angle of 294.55º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E8B6ED is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB232182237-
CMYK0.020.2300.07
HSL294.55º60.44%82.16%-
HSV(B)294.55º23.21%92.94%-
XYZ65.2956.7387.63-
YUV203.22147.06148.53-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.64%
GREEN value IS 182 (71.48% from 255) = 27.96%
BLUE value IS 237 (92.97% from 255) = 36.41%
R=35.64%
G=27.96%
B=36.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2321822370.020.2300.07294.5560.4482.16
HexE8B6ED217071273c52
Octal3502663552270744774122
Binary111010001011011011101101101011101111001001111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B6ED; }

 p { color: rgb(232,182,237); }

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

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

 a { background-color: rgb(232,182,237); }

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

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

 span { border-color: rgb(232,182,237); }

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