#DDA3EB

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

Shades of Plum #DDA3EB

Tints of Plum #DDA3EB

Color information

#DDA3EB (or 0xDDA3EB) is unknown color: approx Plum. HEX triplet: DD, A3 and EB. RGB value is (221,163,235). Sum of RGB (Red+Green+Blue) = 221+163+235=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 163 (64.06% from 255 or 26.33% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDA3EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA3EB is #225C14. Grayscale: #BCBCBC. Windows color (decimal): -2251797 or 15442909. OLE color: 15442909.

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

Color convert

RGB221163235-
CMYK0.060.3100.08
HSL288.33º64.29%78.04%-
HSV(B)288.33º30.64%92.16%-
XYZ57.9147.5684.73-
YUV188.55154.22151.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.70%
GREEN value IS 163 (64.06% from 255) = 26.33%
BLUE value IS 235 (92.19% from 255) = 37.96%
R=35.70%
G=26.33%
B=37.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211632350.060.3100.08288.3364.2978.04
HexDDA3EB61F08120404e
Octal335243353637010440100116
Binary110111011010001111101011110111110100010010000010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA3EB; }

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

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

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

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

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

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

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

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