#DDA9E4

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

Shades of Plum #DDA9E4

Tints of Plum #DDA9E4

Color information

#DDA9E4 (or 0xDDA9E4) is unknown color: approx Plum. HEX triplet: DD, A9 and E4. RGB value is (221,169,228). Sum of RGB (Red+Green+Blue) = 221+169+228=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 169 (66.41% from 255 or 27.35% from 618); Blue value is 228 (89.45% from 255 or 36.89% from 618); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDA9E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA9E4 is #22561B. Grayscale: #BFBFBF. Windows color (decimal): -2250268 or 14985693. OLE color: 14985693.

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

Color convert

RGB221169228-
CMYK0.030.2600.11
HSL292.88º52.21%77.84%-
HSV(B)292.88º25.88%89.41%-
XYZ58.0149.3579.87-
YUV191.27148.73149.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.76%
GREEN value IS 169 (66.41% from 255) = 27.35%
BLUE value IS 228 (89.45% from 255) = 36.89%
R=35.76%
G=27.35%
B=36.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2211692280.030.2600.11292.8852.2177.84
HexDDA9E431A0B125344e
Octal33525134433201344564116
Binary1101110110101001111001001111010010111001001011101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA9E4; }

 p { color: rgb(221,169,228); }

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

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

 a { background-color: rgb(221,169,228); }

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

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

 span { border-color: rgb(221,169,228); }

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