#DFAADD

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

Shades of Plum #DFAADD

Tints of Plum #DFAADD

Color information

#DFAADD (or 0xDFAADD) is unknown color: approx Plum. HEX triplet: DF, AA and DD. RGB value is (223,170,221). Sum of RGB (Red+Green+Blue) = 223+170+221=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAADD is #205522. Grayscale: #BFBFBF. Windows color (decimal): -2118947 or 14527199. OLE color: 14527199.

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

Color convert

RGB223170221-
CMYK00.240.010.13
HSL302.26º45.3%77.06%-
HSV(B)302.26º23.77%87.45%-
XYZ57.8649.6674.94-
YUV191.66144.56150.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.32%
GREEN value IS 170 (66.80% from 255) = 27.69%
BLUE value IS 221 (86.72% from 255) = 35.99%
R=36.32%
G=27.69%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317022100.240.010.13302.2645.377.06
HexDFAADD0181D12e2d4d
Octal33725233503011545655115
Binary110111111010101011011101011000111011001011101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAADD; }

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

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

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

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

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

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

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

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