#DDA2EC

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

Shades of Plum #DDA2EC

Tints of Plum #DDA2EC

Color information

#DDA2EC (or 0xDDA2EC) is unknown color: approx Plum. HEX triplet: DD, A2 and EC. RGB value is (221,162,236). Sum of RGB (Red+Green+Blue) = 221+162+236=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 162 (63.67% from 255 or 26.17% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDA2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA2EC is #225D13. Grayscale: #BBBBBB. Windows color (decimal): -2252052 or 15508189. OLE color: 15508189.

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

Color convert

RGB221162236-
CMYK0.060.3100.07
HSL287.84º66.07%78.04%-
HSV(B)287.84º31.36%92.55%-
XYZ57.8847.2785.43-
YUV188.08155.05151.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.70%
GREEN value IS 162 (63.67% from 255) = 26.17%
BLUE value IS 236 (92.58% from 255) = 38.13%
R=35.70%
G=26.17%
B=38.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211622360.060.3100.07287.8466.0778.04
HexDDA2EC61F07120424e
Octal33524235463707440102116
Binary11011101101000101110110011011111011110010000010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA2EC; }

 p { color: rgb(221,162,236); }

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

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

 a { background-color: rgb(221,162,236); }

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

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

 span { border-color: rgb(221,162,236); }

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