#DDA8EA

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

Shades of Plum #DDA8EA

Tints of Plum #DDA8EA

Color information

#DDA8EA (or 0xDDA8EA) is unknown color: approx Plum. HEX triplet: DD, A8 and EA. RGB value is (221,168,234). Sum of RGB (Red+Green+Blue) = 221+168+234=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 168 (66.02% from 255 or 26.97% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDA8EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA8EA is #225715. Grayscale: #BFBFBF. Windows color (decimal): -2250518 or 15378653. OLE color: 15378653.

HSL color Cylindrical-coordinate representation of color #DDA8EA: hue angle of 288.18º degrees, saturation: 0.61, 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 #DDA8EA is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221168234-
CMYK0.060.2800.08
HSL288.18º61.11%78.82%-
HSV(B)288.18º28.21%91.76%-
XYZ58.6749.3284.27-
YUV191.37152.06149.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.47%
GREEN value IS 168 (66.02% from 255) = 26.97%
BLUE value IS 234 (91.80% from 255) = 37.56%
R=35.47%
G=26.97%
B=37.56%

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
Decimal2211682340.060.2800.08288.1861.1178.82
HexDDA8EA61C081203d4f
Octal33525035263401044075117
Binary11011101101010001110101011011100010001001000001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA8EA; }

 p { color: rgb(221,168,234); }

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

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

 a { background-color: rgb(221,168,234); }

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

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

 span { border-color: rgb(221,168,234); }

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