#DDACDE

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

Shades of Plum #DDACDE

Tints of Plum #DDACDE

Color information

#DDACDE (or 0xDDACDE) is unknown color: approx Plum. HEX triplet: DD, AC and DE. RGB value is (221,172,222). Sum of RGB (Red+Green+Blue) = 221+172+222=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACDE is #225321. Grayscale: #C0C0C0. Windows color (decimal): -2249506 or 14593245. OLE color: 14593245.

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

Color convert

RGB221172222-
CMYK0.000.2300.13
HSL298.8º43.1%77.25%-
HSV(B)298.8º22.52%87.06%-
XYZ57.7650.1575.74-
YUV192.35144.73148.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.93%
GREEN value IS 172 (67.58% from 255) = 27.97%
BLUE value IS 222 (87.11% from 255) = 36.10%
R=35.93%
G=27.97%
B=36.10%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211722220.000.2300.13298.843.177.25
HexDDACDE0170D12b2b4d
Octal33525433602701545353115
Binary110111011010110011011110010111011011001010111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACDE; }

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

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

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

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

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

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

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

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