#DDAEDD

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

Shades of Plum #DDAEDD

Tints of Plum #DDAEDD

Color information

#DDAEDD (or 0xDDAEDD) is unknown color: approx Plum. HEX triplet: DD, AE and DD. RGB value is (221,174,221). Sum of RGB (Red+Green+Blue) = 221+174+221=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDAEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAEDD is #225122. Grayscale: #C1C1C1. Windows color (decimal): -2248995 or 14528221. OLE color: 14528221.

HSL color Cylindrical-coordinate representation of color #DDAEDD: hue angle of 300º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDAEDD is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB221174221-
CMYK00.2100.13
HSL300º40.87%77.45%-
HSV(B)300º21.27%86.67%-
XYZ58.0150.8675.17-
YUV193.41143.57147.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.88%
GREEN value IS 174 (68.36% from 255) = 28.25%
BLUE value IS 221 (86.72% from 255) = 35.88%
R=35.88%
G=28.25%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117422100.2100.1330040.8777.45
HexDDAEDD0150D12c294d
Octal33525633502501545451115
Binary110111011010111011011101010101011011001011001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEDD; }

 p { color: rgb(221,174,221); }

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

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

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

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

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

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

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