#DDAADE

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

Shades of Plum #DDAADE

Tints of Plum #DDAADE

Color information

#DDAADE (or 0xDDAADE) is unknown color: approx Plum. HEX triplet: DD, AA and DE. RGB value is (221,170,222). Sum of RGB (Red+Green+Blue) = 221+170+222=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDAADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAADE is #225521. Grayscale: #BFBFBF. Windows color (decimal): -2250018 or 14592733. OLE color: 14592733.

HSL color Cylindrical-coordinate representation of color #DDAADE: hue angle of 298.85º degrees, saturation: 0.44, 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 #DDAADE is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB221170222-
CMYK0.000.2300.13
HSL298.85º44.07%76.86%-
HSV(B)298.85º23.42%87.06%-
XYZ57.3849.475.62-
YUV191.18145.4149.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 170 (66.80% from 255) = 27.73%
BLUE value IS 222 (87.11% from 255) = 36.22%
R=36.05%
G=27.73%
B=36.22%

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
Decimal2211702220.000.2300.13298.8544.0776.86
HexDDAADE0170D12b2c4d
Octal33525233602701545354115
Binary110111011010101011011110010111011011001010111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAADE; }

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

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

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

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

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

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

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

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