#DFA3EC

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

Shades of Plum #DFA3EC

Tints of Plum #DFA3EC

Color information

#DFA3EC (or 0xDFA3EC) is unknown color: approx Plum. HEX triplet: DF, A3 and EC. RGB value is (223,163,236). Sum of RGB (Red+Green+Blue) = 223+163+236=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 163 (64.06% from 255 or 26.21% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFA3EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA3EC is #205C13. Grayscale: #BDBDBD. Windows color (decimal): -2120724 or 15508447. OLE color: 15508447.

HSL color Cylindrical-coordinate representation of color #DFA3EC: hue angle of 289.32º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFA3EC is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223163236-
CMYK0.060.3100.07
HSL289.32º65.77%78.24%-
HSV(B)289.32º30.93%92.55%-
XYZ58.6747.9485.52-
YUV189.26154.38152.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.85%
GREEN value IS 163 (64.06% from 255) = 26.21%
BLUE value IS 236 (92.58% from 255) = 37.94%
R=35.85%
G=26.21%
B=37.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231632360.060.3100.07289.3265.7778.24
HexDFA3EC61F07121424e
Octal33724335463707441102116
Binary11011111101000111110110011011111011110010000110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA3EC; }

 p { color: rgb(223,163,236); }

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

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

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

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

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

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

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