#DFA2EC

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

Shades of Plum #DFA2EC

Tints of Plum #DFA2EC

Color information

#DFA2EC (or 0xDFA2EC) is unknown color: approx Plum. HEX triplet: DF, A2 and EC. RGB value is (223,162,236). Sum of RGB (Red+Green+Blue) = 223+162+236=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 162 (63.67% from 255 or 26.09% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFA2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA2EC is #205D13. Grayscale: #BCBCBC. Windows color (decimal): -2120980 or 15508191. OLE color: 15508191.

HSL color Cylindrical-coordinate representation of color #DFA2EC: hue angle of 289.46º 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 #DFA2EC is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223162236-
CMYK0.060.3100.07
HSL289.46º66.07%78.04%-
HSV(B)289.46º31.36%92.55%-
XYZ58.4947.5885.46-
YUV188.68154.71152.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.91%
GREEN value IS 162 (63.67% from 255) = 26.09%
BLUE value IS 236 (92.58% from 255) = 38.00%
R=35.91%
G=26.09%
B=38.00%

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
Decimal2231622360.060.3100.07289.4666.0778.04
HexDFA2EC61F07121424e
Octal33724235463707441102116
Binary11011111101000101110110011011111011110010000110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA2EC; }

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

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

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

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

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

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

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

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