#DDADE9

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

Shades of Plum #DDADE9

Tints of Plum #DDADE9

Color information

#DDADE9 (or 0xDDADE9) is unknown color: approx Plum. HEX triplet: DD, AD and E9. RGB value is (221,173,233). Sum of RGB (Red+Green+Blue) = 221+173+233=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 233 (91.41% from 255 or 37.16% from 627); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDADE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDADE9 is #225216. Grayscale: #C2C2C2. Windows color (decimal): -2249239 or 15314397. OLE color: 15314397.

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

Color convert

RGB221173233-
CMYK0.050.2600.09
HSL288º57.69%79.61%-
HSV(B)288º25.75%91.37%-
XYZ59.4751.1483.83-
YUV194.19149.9147.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.25%
GREEN value IS 173 (67.97% from 255) = 27.59%
BLUE value IS 233 (91.41% from 255) = 37.16%
R=35.25%
G=27.59%
B=37.16%

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
Decimal2211732330.050.2600.0928857.6979.61
HexDDADE951A091203a50
Octal33525535153201144072120
Binary11011101101011011110100110111010010011001000001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDADE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDADE9; }

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

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

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

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

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

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

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

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