#E6ADEE

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

Shades of Plum #E6ADEE

Tints of Plum #E6ADEE

Color information

#E6ADEE (or 0xE6ADEE) is unknown color: approx Plum. HEX triplet: E6, AD and EE. RGB value is (230,173,238). Sum of RGB (Red+Green+Blue) = 230+173+238=641 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.88% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #E6ADEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ADEE is #195211. Grayscale: #C5C5C5. Windows color (decimal): -1659410 or 15642086. OLE color: 15642086.

HSL color Cylindrical-coordinate representation of color #E6ADEE: hue angle of 292.62º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E6ADEE is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB230173238-
CMYK0.030.2700.07
HSL292.62º65.66%80.59%-
HSV(B)292.62º27.31%93.33%-
XYZ63.0152.8887.78-
YUV197.45150.88151.21-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.88%
GREEN value IS 173 (67.97% from 255) = 26.99%
BLUE value IS 238 (93.36% from 255) = 37.13%
R=35.88%
G=26.99%
B=37.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2301732380.030.2700.07292.6265.6680.59
HexE6ADEE31B071254251
Octal34625535633307445102121
Binary1110011010101101111011101111011011110010010110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ADEE; }

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

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

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

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

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

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

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

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