#DDA4EB

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

Shades of Plum #DDA4EB

Tints of Plum #DDA4EB

Color information

#DDA4EB (or 0xDDA4EB) is unknown color: approx Plum. HEX triplet: DD, A4 and EB. RGB value is (221,164,235). Sum of RGB (Red+Green+Blue) = 221+164+235=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 164 (64.45% from 255 or 26.45% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDA4EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA4EB is #225B14. Grayscale: #BCBCBC. Windows color (decimal): -2251541 or 15443165. OLE color: 15443165.

HSL color Cylindrical-coordinate representation of color #DDA4EB: hue angle of 288.17º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDA4EB is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221164235-
CMYK0.060.3000.08
HSL288.17º63.96%78.24%-
HSV(B)288.17º30.21%92.16%-
XYZ58.0947.9284.79-
YUV189.14153.88150.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.65%
GREEN value IS 164 (64.45% from 255) = 26.45%
BLUE value IS 235 (92.19% from 255) = 37.90%
R=35.65%
G=26.45%
B=37.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211642350.060.3000.08288.1763.9678.24
HexDDA4EB61E08120404e
Octal335244353636010440100116
Binary110111011010010011101011110111100100010010000010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA4EB; }

 p { color: rgb(221,164,235); }

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

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

 a { background-color: rgb(221,164,235); }

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

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

 span { border-color: rgb(221,164,235); }

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