#DDABE8

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

Shades of Plum #DDABE8

Tints of Plum #DDABE8

Color information

#DDABE8 (or 0xDDABE8) is unknown color: approx Plum. HEX triplet: DD, AB and E8. RGB value is (221,171,232). Sum of RGB (Red+Green+Blue) = 221+171+232=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 171 (67.19% from 255 or 27.40% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDABE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDABE8 is #225417. Grayscale: #C0C0C0. Windows color (decimal): -2249752 or 15248349. OLE color: 15248349.

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

Color convert

RGB221171232-
CMYK0.050.2600.09
HSL289.18º57.01%79.02%-
HSV(B)289.18º26.29%90.98%-
XYZ58.9550.3282.95-
YUV192.9150.06148.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.42%
GREEN value IS 171 (67.19% from 255) = 27.40%
BLUE value IS 232 (91.02% from 255) = 37.18%
R=35.42%
G=27.40%
B=37.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2211712320.050.2600.09289.1857.0179.02
HexDDABE851A09121394f
Octal33525335053201144171117
Binary11011101101010111110100010111010010011001000011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDABE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDABE8; }

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

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

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

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

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

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

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

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