#DDACE7

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

Shades of Plum #DDACE7

Tints of Plum #DDACE7

Color information

#DDACE7 (or 0xDDACE7) is unknown color: approx Plum. HEX triplet: DD, AC and E7. RGB value is (221,172,231). Sum of RGB (Red+Green+Blue) = 221+172+231=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 172 (67.58% from 255 or 27.56% from 624); Blue value is 231 (90.62% from 255 or 37.02% from 624); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDACE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDACE7 is #225318. Grayscale: #C1C1C1. Windows color (decimal): -2249497 or 15183069. OLE color: 15183069.

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

Color convert

RGB221172231-
CMYK0.040.2600.09
HSL289.83º55.14%79.02%-
HSV(B)289.83º25.54%90.59%-
XYZ5950.6582.27-
YUV193.38149.23147.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.42%
GREEN value IS 172 (67.58% from 255) = 27.56%
BLUE value IS 231 (90.62% from 255) = 37.02%
R=35.42%
G=27.56%
B=37.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2211722310.040.2600.09289.8355.1479.02
HexDDACE741A09122374f
Octal33525434743201144267117
Binary11011101101011001110011110011010010011001000101101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACE7; }

 p { color: rgb(221,172,231); }

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

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

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

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

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

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

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