#DDADE6

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

Shades of Plum #DDADE6

Tints of Plum #DDADE6

Color information

#DDADE6 (or 0xDDADE6) is unknown color: approx Plum. HEX triplet: DD, AD and E6. RGB value is (221,173,230). Sum of RGB (Red+Green+Blue) = 221+173+230=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 230 (90.23% from 255 or 36.86% from 624); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDADE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDADE6 is #225219. Grayscale: #C1C1C1. Windows color (decimal): -2249242 or 15117789. OLE color: 15117789.

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

Color convert

RGB221173230-
CMYK0.040.2500.10
HSL290.53º53.27%79.02%-
HSV(B)290.53º24.78%90.2%-
XYZ59.0550.9781.59-
YUV193.85148.4147.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.42%
GREEN value IS 173 (67.97% from 255) = 27.72%
BLUE value IS 230 (90.23% from 255) = 36.86%
R=35.42%
G=27.72%
B=36.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2211732300.040.2500.10290.5353.2779.02
HexDDADE64190A123354f
Octal33525534643101244365117
Binary11011101101011011110011010011001010101001000111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDADE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDADE6; }

 p { color: rgb(221,173,230); }

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

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

 a { background-color: rgb(221,173,230); }

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

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

 span { border-color: rgb(221,173,230); }

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