#E6ADEF

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

Shades of Plum #E6ADEF

Tints of Plum #E6ADEF

Color information

#E6ADEF (or 0xE6ADEF) is unknown color: approx Plum. HEX triplet: E6, AD and EF. RGB value is (230,173,239). Sum of RGB (Red+Green+Blue) = 230+173+239=642 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.83% from 642); Green value is 173 (67.97% from 255 or 26.95% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6ADEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ADEF is #195210. Grayscale: #C5C5C5. Windows color (decimal): -1659409 or 15707622. OLE color: 15707622.

HSL color Cylindrical-coordinate representation of color #E6ADEF: hue angle of 291.82º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E6ADEF is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB230173239-
CMYK0.040.2800.06
HSL291.82º67.35%80.78%-
HSV(B)291.82º27.62%93.73%-
XYZ63.1652.9488.55-
YUV197.57151.38151.13-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.83%
GREEN value IS 173 (67.97% from 255) = 26.95%
BLUE value IS 239 (93.75% from 255) = 37.23%
R=35.83%
G=26.95%
B=37.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2301732390.040.2800.06291.8267.3580.78
HexE6ADEF41C061244351
Octal34625535743406444103121
Binary11100110101011011110111110011100011010010010010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ADEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ADEF; }

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

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

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

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

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

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

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

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