#DFA2EE

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

Shades of Plum #DFA2EE

Tints of Plum #DFA2EE

Color information

#DFA2EE (or 0xDFA2EE) is unknown color: approx Plum. HEX triplet: DF, A2 and EE. RGB value is (223,162,238). Sum of RGB (Red+Green+Blue) = 223+162+238=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 162 (63.67% from 255 or 26.00% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFA2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA2EE is #205D11. Grayscale: #BCBCBC. Windows color (decimal): -2120978 or 15639263. OLE color: 15639263.

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

Color convert

RGB223162238-
CMYK0.060.3200.07
HSL288.16º69.09%78.43%-
HSV(B)288.16º31.93%93.33%-
XYZ58.7847.787-
YUV188.9155.71152.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.79%
GREEN value IS 162 (63.67% from 255) = 26.00%
BLUE value IS 238 (93.36% from 255) = 38.20%
R=35.79%
G=26.00%
B=38.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231622380.060.3200.07288.1669.0978.43
HexDFA2EE62007120454e
Octal33724235664007440105116
Binary110111111010001011101110110100000011110010000010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA2EE; }

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

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

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

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

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

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

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

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