#E6B8EB

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

Shades of Thistle #E6B8EB

Tints of Thistle #E6B8EB

Color information

#E6B8EB (or 0xE6B8EB) is unknown color: approx Thistle. HEX triplet: E6, B8 and EB. RGB value is (230,184,235). Sum of RGB (Red+Green+Blue) = 230+184+235=649 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.44% from 649); Green value is 184 (72.27% from 255 or 28.35% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6B8EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B8EB is #194714. Grayscale: #CBCBCB. Windows color (decimal): -1656597 or 15448294. OLE color: 15448294.

HSL color Cylindrical-coordinate representation of color #E6B8EB: hue angle of 294.12º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E6B8EB is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB230184235-
CMYK0.020.2200.08
HSL294.12º56.04%82.16%-
HSV(B)294.12º21.7%92.16%-
XYZ64.7757.186.21-
YUV203.57145.74146.85-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.44%
GREEN value IS 184 (72.27% from 255) = 28.35%
BLUE value IS 235 (92.19% from 255) = 36.21%
R=35.44%
G=28.35%
B=36.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2301842350.020.2200.08294.1256.0482.16
HexE6B8EB216081263852
Octal34627035322601044670122
Binary1110011010111000111010111010110010001001001101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B8EB; }

 p { color: rgb(230,184,235); }

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

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

 a { background-color: rgb(230,184,235); }

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

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

 span { border-color: rgb(230,184,235); }

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