#DDA6EB

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

Shades of Plum #DDA6EB

Tints of Plum #DDA6EB

Color information

#DDA6EB (or 0xDDA6EB) is unknown color: approx Plum. HEX triplet: DD, A6 and EB. RGB value is (221,166,235). Sum of RGB (Red+Green+Blue) = 221+166+235=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 166 (65.23% from 255 or 26.69% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDA6EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA6EB is #225914. Grayscale: #BEBEBE. Windows color (decimal): -2251029 or 15443677. OLE color: 15443677.

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

Color convert

RGB221166235-
CMYK0.060.2900.08
HSL287.83º63.3%78.63%-
HSV(B)287.83º29.36%92.16%-
XYZ58.4548.6484.91-
YUV190.31153.22149.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.53%
GREEN value IS 166 (65.23% from 255) = 26.69%
BLUE value IS 235 (92.19% from 255) = 37.78%
R=35.53%
G=26.69%
B=37.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211662350.060.2900.08287.8363.378.63
HexDDA6EB61D081203f4f
Octal33524635363501044077117
Binary11011101101001101110101111011101010001001000001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA6EB; }

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

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

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

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

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

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

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

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