#DDACE9

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

Shades of Plum #DDACE9

Tints of Plum #DDACE9

Color information

#DDACE9 (or 0xDDACE9) is unknown color: approx Plum. HEX triplet: DD, AC and E9. RGB value is (221,172,233). Sum of RGB (Red+Green+Blue) = 221+172+233=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 172 (67.58% from 255 or 27.48% from 626); Blue value is 233 (91.41% from 255 or 37.22% from 626); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDACE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDACE9 is #225316. Grayscale: #C1C1C1. Windows color (decimal): -2249495 or 15314141. OLE color: 15314141.

HSL color Cylindrical-coordinate representation of color #DDACE9: hue angle of 288.2º degrees, saturation: 0.58, 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 #DDACE9 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221172233-
CMYK0.050.2600.09
HSL288.2º58.1%79.41%-
HSV(B)288.2º26.18%91.37%-
XYZ59.2850.7683.76-
YUV193.6150.23147.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.30%
GREEN value IS 172 (67.58% from 255) = 27.48%
BLUE value IS 233 (91.41% from 255) = 37.22%
R=35.30%
G=27.48%
B=37.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2211722330.050.2600.09288.258.179.41
HexDDACE951A091203a4f
Octal33525435153201144072117
Binary11011101101011001110100110111010010011001000001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACE9; }

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

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

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

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

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

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

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

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