#DDAAEB

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

Shades of Plum #DDAAEB

Tints of Plum #DDAAEB

Color information

#DDAAEB (or 0xDDAAEB) is unknown color: approx Plum. HEX triplet: DD, AA and EB. RGB value is (221,170,235). Sum of RGB (Red+Green+Blue) = 221+170+235=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 170 (66.80% from 255 or 27.16% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDAAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAAEB is #225514. Grayscale: #C0C0C0. Windows color (decimal): -2250005 or 15444701. OLE color: 15444701.

HSL color Cylindrical-coordinate representation of color #DDAAEB: hue angle of 287.08º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDAAEB is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221170235-
CMYK0.060.2800.08
HSL287.08º61.9%79.41%-
HSV(B)287.08º27.66%92.16%-
XYZ59.1950.1285.15-
YUV192.66151.9148.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.30%
GREEN value IS 170 (66.80% from 255) = 27.16%
BLUE value IS 235 (92.19% from 255) = 37.54%
R=35.30%
G=27.16%
B=37.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211702350.060.2800.08287.0861.979.41
HexDDAAEB61C0811f3e4f
Octal33525235363401043776117
Binary11011101101010101110101111011100010001000111111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAAEB; }

 p { color: rgb(221,170,235); }

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

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

 a { background-color: rgb(221,170,235); }

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

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

 span { border-color: rgb(221,170,235); }

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