#DDAAE4

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

Shades of Plum #DDAAE4

Tints of Plum #DDAAE4

Color information

#DDAAE4 (or 0xDDAAE4) is unknown color: approx Plum. HEX triplet: DD, AA and E4. RGB value is (221,170,228). Sum of RGB (Red+Green+Blue) = 221+170+228=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 228 (89.45% from 255 or 36.83% from 619); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDAAE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAAE4 is #22551B. Grayscale: #BFBFBF. Windows color (decimal): -2250012 or 14985949. OLE color: 14985949.

HSL color Cylindrical-coordinate representation of color #DDAAE4: hue angle of 292.76º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDAAE4 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221170228-
CMYK0.030.2500.11
HSL292.76º51.79%78.04%-
HSV(B)292.76º25.44%89.41%-
XYZ58.249.7279.93-
YUV191.86148.4148.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.70%
GREEN value IS 170 (66.80% from 255) = 27.46%
BLUE value IS 228 (89.45% from 255) = 36.83%
R=35.70%
G=27.46%
B=36.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2211702280.030.2500.11292.7651.7978.04
HexDDAAE43190B125344e
Octal33525234433101344564116
Binary1101110110101010111001001111001010111001001011101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAAE4; }

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

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

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

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

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

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

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

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