#E0ADDF

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

Shades of Plum #E0ADDF

Tints of Plum #E0ADDF

Color information

#E0ADDF (or 0xE0ADDF) is unknown color: approx Plum. HEX triplet: E0, AD and DF. RGB value is (224,173,223). Sum of RGB (Red+Green+Blue) = 224+173+223=620 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.13% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ADDF is #1F5220. Grayscale: #C1C1C1. Windows color (decimal): -2052641 or 14659040. OLE color: 14659040.

HSL color Cylindrical-coordinate representation of color #E0ADDF: hue angle of 301.18º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0ADDF is Cyan = 0, Magento = 0.23, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB224173223-
CMYK00.230.000.12
HSL301.18º45.13%77.84%-
HSV(B)301.18º22.77%87.84%-
XYZ5951.0676.56-
YUV193.95144.4149.43-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.13%
GREEN value IS 173 (67.97% from 255) = 27.90%
BLUE value IS 223 (87.5% from 255) = 35.97%
R=36.13%
G=27.90%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417322300.230.000.12301.1845.1377.84
HexE0ADDF0170C12d2d4e
Octal34025533702701445555116
Binary111000001010110111011111010111011001001011011011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ADDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ADDF; }

 p { color: rgb(224,173,223); }

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

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

 a { background-color: rgb(224,173,223); }

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

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

 span { border-color: rgb(224,173,223); }

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