#DDAEE5

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

Shades of Plum #DDAEE5

Tints of Plum #DDAEE5

Color information

#DDAEE5 (or 0xDDAEE5) is unknown color: approx Plum. HEX triplet: DD, AE and E5. RGB value is (221,174,229). Sum of RGB (Red+Green+Blue) = 221+174+229=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 229 (89.84% from 255 or 36.70% from 624); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDAEE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAEE5 is #22511A. Grayscale: #C2C2C2. Windows color (decimal): -2248987 or 15052509. OLE color: 15052509.

HSL color Cylindrical-coordinate representation of color #DDAEE5: hue angle of 291.27º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDAEE5 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB221174229-
CMYK0.030.2400.10
HSL291.27º51.4%79.02%-
HSV(B)291.27º24.02%89.8%-
XYZ59.151.380.92-
YUV194.32147.57147.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.42%
GREEN value IS 174 (68.36% from 255) = 27.88%
BLUE value IS 229 (89.84% from 255) = 36.70%
R=35.42%
G=27.88%
B=36.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2211742290.030.2400.10291.2751.479.02
HexDDAEE53180A123334f
Octal33525634533001244363117
Binary1101110110101110111001011111000010101001000111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEE5; }

 p { color: rgb(221,174,229); }

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

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

 a { background-color: rgb(221,174,229); }

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

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

 span { border-color: rgb(221,174,229); }

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