#E6B9EB

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

Shades of Thistle #E6B9EB

Tints of Thistle #E6B9EB

Color information

#E6B9EB (or 0xE6B9EB) is unknown color: approx Thistle. HEX triplet: E6, B9 and EB. RGB value is (230,185,235). Sum of RGB (Red+Green+Blue) = 230+185+235=650 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.38% from 650); Green value is 185 (72.66% from 255 or 28.46% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6B9EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B9EB is #194614. Grayscale: #CBCBCB. Windows color (decimal): -1656341 or 15448550. OLE color: 15448550.

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

Color convert

RGB230185235-
CMYK0.020.2100.08
HSL294º55.56%82.35%-
HSV(B)294º21.28%92.16%-
XYZ64.9857.5286.27-
YUV204.16145.41146.43-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.38%
GREEN value IS 185 (72.66% from 255) = 28.46%
BLUE value IS 235 (92.19% from 255) = 36.15%
R=35.38%
G=28.46%
B=36.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2301852350.020.2100.0829455.5682.35
HexE6B9EB215081263852
Octal34627135322501044670122
Binary1110011010111001111010111010101010001001001101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B9EB; }

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

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

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

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

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

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

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

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