#DDA5EB

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

Shades of Plum #DDA5EB

Tints of Plum #DDA5EB

Color information

#DDA5EB (or 0xDDA5EB) is unknown color: approx Plum. HEX triplet: DD, A5 and EB. RGB value is (221,165,235). Sum of RGB (Red+Green+Blue) = 221+165+235=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 165 (64.84% from 255 or 26.57% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDA5EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA5EB is #225A14. Grayscale: #BDBDBD. Windows color (decimal): -2251285 or 15443421. OLE color: 15443421.

HSL color Cylindrical-coordinate representation of color #DDA5EB: hue angle of 288º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDA5EB is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221165235-
CMYK0.060.3000.08
HSL288º63.64%78.43%-
HSV(B)288º29.79%92.16%-
XYZ58.2748.2884.85-
YUV189.72153.55150.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.59%
GREEN value IS 165 (64.84% from 255) = 26.57%
BLUE value IS 235 (92.19% from 255) = 37.84%
R=35.59%
G=26.57%
B=37.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211652350.060.3000.0828863.6478.43
HexDDA5EB61E08120404e
Octal335245353636010440100116
Binary110111011010010111101011110111100100010010000010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA5EB; }

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

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

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

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

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

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

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

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