#DDAAE3

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

Shades of Plum #DDAAE3

Tints of Plum #DDAAE3

Color information

#DDAAE3 (or 0xDDAAE3) is unknown color: approx Plum. HEX triplet: DD, AA and E3. RGB value is (221,170,227). Sum of RGB (Red+Green+Blue) = 221+170+227=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 170 (66.80% from 255 or 27.51% from 618); Blue value is 227 (89.06% from 255 or 36.73% from 618); Max value from RGB is 227 - color contains mainly: blue. Hex color #DDAAE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAAE3 is #22551C. Grayscale: #BFBFBF. Windows color (decimal): -2250013 or 14920413. OLE color: 14920413.

HSL color Cylindrical-coordinate representation of color #DDAAE3: hue angle of 293.68º degrees, saturation: 0.5, 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 #DDAAE3 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221170227-
CMYK0.030.2500.11
HSL293.68º50.44%77.84%-
HSV(B)293.68º25.11%89.02%-
XYZ58.0649.6779.2-
YUV191.75147.9148.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.76%
GREEN value IS 170 (66.80% from 255) = 27.51%
BLUE value IS 227 (89.06% from 255) = 36.73%
R=35.76%
G=27.51%
B=36.73%

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
Decimal2211702270.030.2500.11293.6850.4477.84
HexDDAAE33190B126324e
Octal33525234333101344662116
Binary1101110110101010111000111111001010111001001101100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAAE3; }

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

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

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

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

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

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

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

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