#DDA9E3

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

Shades of Plum #DDA9E3

Tints of Plum #DDA9E3

Color information

#DDA9E3 (or 0xDDA9E3) is unknown color: approx Plum. HEX triplet: DD, A9 and E3. RGB value is (221,169,227). Sum of RGB (Red+Green+Blue) = 221+169+227=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 169 (66.41% from 255 or 27.39% from 617); Blue value is 227 (89.06% from 255 or 36.79% from 617); Max value from RGB is 227 - color contains mainly: blue. Hex color #DDA9E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA9E3 is #22561C. Grayscale: #BEBEBE. Windows color (decimal): -2250269 or 14920157. OLE color: 14920157.

HSL color Cylindrical-coordinate representation of color #DDA9E3: hue angle of 293.79º degrees, saturation: 0.51, 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 #DDA9E3 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221169227-
CMYK0.030.2600.11
HSL293.79º50.88%77.65%-
HSV(B)293.79º25.55%89.02%-
XYZ57.8749.2979.14-
YUV191.16148.23149.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.82%
GREEN value IS 169 (66.41% from 255) = 27.39%
BLUE value IS 227 (89.06% from 255) = 36.79%
R=35.82%
G=27.39%
B=36.79%

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
Decimal2211692270.030.2600.11293.7950.8877.65
HexDDA9E331A0B126334e
Octal33525134333201344663116
Binary1101110110101001111000111111010010111001001101100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA9E3; }

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

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

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

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

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

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

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

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