#DDA9E0

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

Shades of Plum #DDA9E0

Tints of Plum #DDA9E0

Color information

#DDA9E0 (or 0xDDA9E0) is unknown color: approx Plum. HEX triplet: DD, A9 and E0. RGB value is (221,169,224). Sum of RGB (Red+Green+Blue) = 221+169+224=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 169 (66.41% from 255 or 27.52% from 614); Blue value is 224 (87.89% from 255 or 36.48% from 614); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDA9E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA9E0 is #22561F. Grayscale: #BEBEBE. Windows color (decimal): -2250272 or 14723549. OLE color: 14723549.

HSL color Cylindrical-coordinate representation of color #DDA9E0: hue angle of 296.73º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDA9E0 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB221169224-
CMYK0.010.2500.12
HSL296.73º47.01%77.06%-
HSV(B)296.73º24.55%87.84%-
XYZ57.4649.1376.98-
YUV190.82146.73149.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.99%
GREEN value IS 169 (66.41% from 255) = 27.52%
BLUE value IS 224 (87.89% from 255) = 36.48%
R=35.99%
G=27.52%
B=36.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2211692240.010.2500.12296.7347.0177.06
HexDDA9E01190C1292f4d
Octal33525134013101445157115
Binary110111011010100111100000111001011001001010011011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA9E0; }

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

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

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

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

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

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

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

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