#DDACEA

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

Shades of Plum #DDACEA

Tints of Plum #DDACEA

Color information

#DDACEA (or 0xDDACEA) is unknown color: approx Plum. HEX triplet: DD, AC and EA. RGB value is (221,172,234). Sum of RGB (Red+Green+Blue) = 221+172+234=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDACEA is #225315. Grayscale: #C1C1C1. Windows color (decimal): -2249494 or 15379677. OLE color: 15379677.

HSL color Cylindrical-coordinate representation of color #DDACEA: hue angle of 287.42º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDACEA is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221172234-
CMYK0.060.2600.08
HSL287.42º59.62%79.61%-
HSV(B)287.42º26.5%91.76%-
XYZ59.4250.8284.52-
YUV193.72150.73147.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.25%
GREEN value IS 172 (67.58% from 255) = 27.43%
BLUE value IS 234 (91.80% from 255) = 37.32%
R=35.25%
G=27.43%
B=37.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211722340.060.2600.08287.4259.6279.61
HexDDACEA61A0811f3c50
Octal33525435263201043774120
Binary11011101101011001110101011011010010001000111111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACEA; }

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

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

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

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

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

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

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

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