#DDAEE9

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

Shades of Plum #DDAEE9

Tints of Plum #DDAEE9

Color information

#DDAEE9 (or 0xDDAEE9) is unknown color: approx Plum. HEX triplet: DD, AE and E9. RGB value is (221,174,233). Sum of RGB (Red+Green+Blue) = 221+174+233=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 174 (68.36% from 255 or 27.71% from 628); Blue value is 233 (91.41% from 255 or 37.10% from 628); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDAEE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAEE9 is #225116. Grayscale: #C2C2C2. Windows color (decimal): -2248983 or 15314653. OLE color: 15314653.

HSL color Cylindrical-coordinate representation of color #DDAEE9: hue angle of 287.8º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDAEE9 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221174233-
CMYK0.050.2500.09
HSL287.8º57.28%79.8%-
HSV(B)287.8º25.32%91.37%-
XYZ59.6651.5383.89-
YUV194.78149.57146.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.19%
GREEN value IS 174 (68.36% from 255) = 27.71%
BLUE value IS 233 (91.41% from 255) = 37.10%
R=35.19%
G=27.71%
B=37.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2211742330.050.2500.09287.857.2879.8
HexDDAEE9519091203950
Octal33525635153101144071120
Binary11011101101011101110100110111001010011001000001110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEE9; }

 p { color: rgb(221,174,233); }

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

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

 a { background-color: rgb(221,174,233); }

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

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

 span { border-color: rgb(221,174,233); }

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