#E6ADEB

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

Shades of Plum #E6ADEB

Tints of Plum #E6ADEB

Color information

#E6ADEB (or 0xE6ADEB) is unknown color: approx Plum. HEX triplet: E6, AD and EB. RGB value is (230,173,235). Sum of RGB (Red+Green+Blue) = 230+173+235=638 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.05% from 638); Green value is 173 (67.97% from 255 or 27.12% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6ADEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ADEB is #195214. Grayscale: #C4C4C4. Windows color (decimal): -1659413 or 15445478. OLE color: 15445478.

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

Color convert

RGB230173235-
CMYK0.020.2600.08
HSL295.16º60.78%80%-
HSV(B)295.16º26.38%92.16%-
XYZ62.5752.7185.47-
YUV197.11149.38151.46-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.05%
GREEN value IS 173 (67.97% from 255) = 27.12%
BLUE value IS 235 (92.19% from 255) = 36.83%
R=36.05%
G=27.12%
B=36.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2301732350.020.2600.08295.1660.7880
HexE6ADEB21A081273d50
Octal34625535323201044775120
Binary1110011010101101111010111011010010001001001111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ADEB; }

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

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

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

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

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

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

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

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