#DDABE9

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

Shades of Plum #DDABE9

Tints of Plum #DDABE9

Color information

#DDABE9 (or 0xDDABE9) is unknown color: approx Plum. HEX triplet: DD, AB and E9. RGB value is (221,171,233). Sum of RGB (Red+Green+Blue) = 221+171+233=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 171 (67.19% from 255 or 27.36% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDABE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDABE9 is #225416. Grayscale: #C0C0C0. Windows color (decimal): -2249751 or 15313885. OLE color: 15313885.

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

Color convert

RGB221171233-
CMYK0.050.2700.09
HSL288.39º58.49%79.22%-
HSV(B)288.39º26.61%91.37%-
XYZ59.0950.3883.7-
YUV193.02150.56147.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.36%
GREEN value IS 171 (67.19% from 255) = 27.36%
BLUE value IS 233 (91.41% from 255) = 37.28%
R=35.36%
G=27.36%
B=37.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2211712330.050.2700.09288.3958.4979.22
HexDDABE951B091203a4f
Octal33525335153301144072117
Binary11011101101010111110100110111011010011001000001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDABE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDABE9; }

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

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

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

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

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

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

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

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