#DFAADF

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

Shades of Plum #DFAADF

Tints of Plum #DFAADF

Color information

#DFAADF (or 0xDFAADF) is unknown color: approx Plum. HEX triplet: DF, AA and DF. RGB value is (223,170,223). Sum of RGB (Red+Green+Blue) = 223+170+223=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 170 (66.80% from 255 or 27.60% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFAADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAADF is #205520. Grayscale: #BFBFBF. Windows color (decimal): -2118945 or 14658271. OLE color: 14658271.

HSL color Cylindrical-coordinate representation of color #DFAADF: hue angle of 300º 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 #DFAADF is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB223170223-
CMYK00.2400.13
HSL300º45.3%77.06%-
HSV(B)300º23.77%87.45%-
XYZ58.1349.7776.35-
YUV191.89145.56150.19-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.20%
GREEN value IS 170 (66.80% from 255) = 27.60%
BLUE value IS 223 (87.5% from 255) = 36.20%
R=36.20%
G=27.60%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317022300.2400.1330045.377.06
HexDFAADF0180D12c2d4d
Octal33725233703001545455115
Binary110111111010101011011111011000011011001011001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAADF; }

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

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

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

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

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

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

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

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