#DDADEA

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

Shades of Plum #DDADEA

Tints of Plum #DDADEA

Color information

#DDADEA (or 0xDDADEA) is unknown color: approx Plum. HEX triplet: DD, AD and EA. RGB value is (221,173,234). Sum of RGB (Red+Green+Blue) = 221+173+234=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDADEA is #225215. Grayscale: #C2C2C2. Windows color (decimal): -2249238 or 15379933. OLE color: 15379933.

HSL color Cylindrical-coordinate representation of color #DDADEA: hue angle of 287.21º degrees, saturation: 0.59, 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 #DDADEA is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221173234-
CMYK0.060.2600.08
HSL287.21º59.22%79.8%-
HSV(B)287.21º26.07%91.76%-
XYZ59.6151.284.58-
YUV194.31150.4147.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.19%
GREEN value IS 173 (67.97% from 255) = 27.55%
BLUE value IS 234 (91.80% from 255) = 37.26%
R=35.19%
G=27.55%
B=37.26%

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
Decimal2211732340.060.2600.08287.2159.2279.8
HexDDADEA61A0811f3b50
Octal33525535263201043773120
Binary11011101101011011110101011011010010001000111111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDADEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDADEA; }

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

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

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

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

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

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

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

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