#DDABE0

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

Shades of Plum #DDABE0

Tints of Plum #DDABE0

Color information

#DDABE0 (or 0xDDABE0) is unknown color: approx Plum. HEX triplet: DD, AB and E0. RGB value is (221,171,224). Sum of RGB (Red+Green+Blue) = 221+171+224=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDABE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABE0 is #22541F. Grayscale: #BFBFBF. Windows color (decimal): -2249760 or 14724061. OLE color: 14724061.

HSL color Cylindrical-coordinate representation of color #DDABE0: hue angle of 296.6º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDABE0 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB221171224-
CMYK0.010.2400.12
HSL296.6º46.09%77.45%-
HSV(B)296.6º23.66%87.84%-
XYZ57.8449.8877.1-
YUV191.99146.06148.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.88%
GREEN value IS 171 (67.19% from 255) = 27.76%
BLUE value IS 224 (87.89% from 255) = 36.36%
R=35.88%
G=27.76%
B=36.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2211712240.010.2400.12296.646.0977.45
HexDDABE01180C1292e4d
Octal33525334013001445156115
Binary110111011010101111100000111000011001001010011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDABE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDABE0; }

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

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

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

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

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

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

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

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