#DDADDC

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

Shades of Plum #DDADDC

Tints of Plum #DDADDC

Color information

#DDADDC (or 0xDDADDC) is unknown color: approx Plum. HEX triplet: DD, AD and DC. RGB value is (221,173,220). Sum of RGB (Red+Green+Blue) = 221+173+220=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADDC is #225223. Grayscale: #C0C0C0. Windows color (decimal): -2249252 or 14462429. OLE color: 14462429.

HSL color Cylindrical-coordinate representation of color #DDADDC: hue angle of 301.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDADDC is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB221173220-
CMYK00.220.000.13
HSL301.25º41.38%77.25%-
HSV(B)301.25º21.72%86.67%-
XYZ57.6850.4374.4-
YUV192.71143.4148.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.99%
GREEN value IS 173 (67.97% from 255) = 28.18%
BLUE value IS 220 (86.33% from 255) = 35.83%
R=35.99%
G=28.18%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117322000.220.000.13301.2541.3877.25
HexDDADDC0160D12d294d
Octal33525533402601545551115
Binary110111011010110111011100010110011011001011011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDADDC; }

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

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

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

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

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

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

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

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