#DDAEE7

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

Shades of Plum #DDAEE7

Tints of Plum #DDAEE7

Color information

#DDAEE7 (or 0xDDAEE7) is unknown color: approx Plum. HEX triplet: DD, AE and E7. RGB value is (221,174,231). Sum of RGB (Red+Green+Blue) = 221+174+231=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 174 (68.36% from 255 or 27.80% from 626); Blue value is 231 (90.62% from 255 or 36.90% from 626); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDAEE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAEE7 is #225118. Grayscale: #C2C2C2. Windows color (decimal): -2248985 or 15183581. OLE color: 15183581.

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

Color convert

RGB221174231-
CMYK0.040.2500.09
HSL289.47º54.29%79.41%-
HSV(B)289.47º24.68%90.59%-
XYZ59.3851.4182.4-
YUV194.55148.57146.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.30%
GREEN value IS 174 (68.36% from 255) = 27.80%
BLUE value IS 231 (90.62% from 255) = 36.90%
R=35.30%
G=27.80%
B=36.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2211742310.040.2500.09289.4754.2979.41
HexDDAEE741909121364f
Octal33525634743101144166117
Binary11011101101011101110011110011001010011001000011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEE7; }

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

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

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

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

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

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

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

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