#E29DDC

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

Shades of Plum #E29DDC

Tints of Plum #E29DDC

Color information

#E29DDC (or 0xE29DDC) is unknown color: approx Plum. HEX triplet: E2, 9D and DC. RGB value is (226,157,220). Sum of RGB (Red+Green+Blue) = 226+157+220=603 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.48% from 603); Green value is 157 (61.72% from 255 or 26.04% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 226 - color contains mainly: red. Hex color #E29DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29DDC is #1D6223. Grayscale: #B8B8B8. Windows color (decimal): -1925668 or 14458338. OLE color: 14458338.

HSL color Cylindrical-coordinate representation of color #E29DDC: hue angle of 305.22º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E29DDC is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB226157220-
CMYK00.310.030.11
HSL305.22º54.33%75.1%-
HSV(B)305.22º30.53%88.63%-
XYZ56.3445.4573.51-
YUV184.81147.86157.38-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.48%
GREEN value IS 157 (61.72% from 255) = 26.04%
BLUE value IS 220 (86.33% from 255) = 36.48%
R=37.48%
G=26.04%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615722000.310.030.11305.2254.3375.1
HexE29DDC01F3B131364b
Octal34223533403731346166113
Binary1110001010011101110111000111111110111001100011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29DDC; }

 p { color: rgb(226,157,220); }

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

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

 a { background-color: rgb(226,157,220); }

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

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

 span { border-color: rgb(226,157,220); }

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