#DDAAE6

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

Shades of Plum #DDAAE6

Tints of Plum #DDAAE6

Color information

#DDAAE6 (or 0xDDAAE6) is unknown color: approx Plum. HEX triplet: DD, AA and E6. RGB value is (221,170,230). Sum of RGB (Red+Green+Blue) = 221+170+230=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 230 (90.23% from 255 or 37.04% from 621); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDAAE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAAE6 is #225519. Grayscale: #BFBFBF. Windows color (decimal): -2250010 or 15117021. OLE color: 15117021.

HSL color Cylindrical-coordinate representation of color #DDAAE6: hue angle of 291º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDAAE6 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB221170230-
CMYK0.040.2600.10
HSL291º54.55%78.43%-
HSV(B)291º26.09%90.2%-
XYZ58.4849.8381.4-
YUV192.09149.4148.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.59%
GREEN value IS 170 (66.80% from 255) = 27.38%
BLUE value IS 230 (90.23% from 255) = 37.04%
R=35.59%
G=27.38%
B=37.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2211702300.040.2600.1029154.5578.43
HexDDAAE641A0A123374e
Octal33525234643201244367116
Binary11011101101010101110011010011010010101001000111101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAAE6; }

 p { color: rgb(221,170,230); }

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

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

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

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

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

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

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