#DCAADF

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

Shades of Plum #DCAADF

Tints of Plum #DCAADF

Color information

#DCAADF (or 0xDCAADF) is unknown color: approx Plum. HEX triplet: DC, AA and DF. RGB value is (220,170,223). Sum of RGB (Red+Green+Blue) = 220+170+223=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCAADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAADF is #235520. Grayscale: #BEBEBE. Windows color (decimal): -2315553 or 14658268. OLE color: 14658268.

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

Color convert

RGB220170223-
CMYK0.010.2400.13
HSL296.6º45.3%77.06%-
HSV(B)296.6º23.77%87.45%-
XYZ57.2149.2976.31-
YUV190.99146.06148.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.89%
GREEN value IS 170 (66.80% from 255) = 27.73%
BLUE value IS 223 (87.5% from 255) = 36.38%
R=35.89%
G=27.73%
B=36.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201702230.010.2400.13296.645.377.06
HexDCAADF1180D1292d4d
Octal33425233713001545155115
Binary110111001010101011011111111000011011001010011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAADF; }

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

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

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

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

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

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

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

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