#E6B6ED

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

Shades of Thistle #E6B6ED

Tints of Thistle #E6B6ED

Color information

#E6B6ED (or 0xE6B6ED) is unknown color: approx Thistle. HEX triplet: E6, B6 and ED. RGB value is (230,182,237). Sum of RGB (Red+Green+Blue) = 230+182+237=649 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.44% from 649); Green value is 182 (71.48% from 255 or 28.04% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: blue. Hex color #E6B6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B6ED is #194912. Grayscale: #CACACA. Windows color (decimal): -1657107 or 15578854. OLE color: 15578854.

HSL color Cylindrical-coordinate representation of color #E6B6ED: hue angle of 292.36º 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 #E6B6ED is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB230182237-
CMYK0.030.2300.07
HSL292.36º60.44%82.16%-
HSV(B)292.36º23.21%92.94%-
XYZ64.6556.3987.6-
YUV202.62147.4147.53-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.44%
GREEN value IS 182 (71.48% from 255) = 28.04%
BLUE value IS 237 (92.97% from 255) = 36.52%
R=35.44%
G=28.04%
B=36.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2301822370.030.2300.07292.3660.4482.16
HexE6B6ED317071243c52
Octal3462663553270744474122
Binary111001101011011011101101111011101111001001001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B6ED; }

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

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

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

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

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

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

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

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