#DDABE5

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

Shades of Plum #DDABE5

Tints of Plum #DDABE5

Color information

#DDABE5 (or 0xDDABE5) is unknown color: approx Plum. HEX triplet: DD, AB and E5. RGB value is (221,171,229). Sum of RGB (Red+Green+Blue) = 221+171+229=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 229 (89.84% from 255 or 36.88% from 621); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDABE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABE5 is #22541A. Grayscale: #C0C0C0. Windows color (decimal): -2249755 or 15051741. OLE color: 15051741.

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

Color convert

RGB221171229-
CMYK0.030.2500.10
HSL291.72º52.73%78.43%-
HSV(B)291.72º25.33%89.8%-
XYZ58.5250.1680.73-
YUV192.56148.56148.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.59%
GREEN value IS 171 (67.19% from 255) = 27.54%
BLUE value IS 229 (89.84% from 255) = 36.88%
R=35.59%
G=27.54%
B=36.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2211712290.030.2500.10291.7252.7378.43
HexDDABE53190A124354e
Octal33525334533101244465116
Binary1101110110101011111001011111001010101001001001101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDABE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDABE5; }

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

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

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

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

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

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

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

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