#DFA1EE

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

Shades of Plum #DFA1EE

Tints of Plum #DFA1EE

Color information

#DFA1EE (or 0xDFA1EE) is unknown color: approx Plum. HEX triplet: DF, A1 and EE. RGB value is (223,161,238). Sum of RGB (Red+Green+Blue) = 223+161+238=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 161 (63.28% from 255 or 25.88% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFA1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA1EE is #205E11. Grayscale: #BCBCBC. Windows color (decimal): -2121234 or 15639007. OLE color: 15639007.

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

Color convert

RGB223161238-
CMYK0.060.3200.07
HSL288.31º69.37%78.24%-
HSV(B)288.31º32.35%93.33%-
XYZ58.6147.3586.94-
YUV188.32156.04152.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.85%
GREEN value IS 161 (63.28% from 255) = 25.88%
BLUE value IS 238 (93.36% from 255) = 38.26%
R=35.85%
G=25.88%
B=38.26%

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
Decimal2231612380.060.3200.07288.3169.3778.24
HexDFA1EE62007120454e
Octal33724135664007440105116
Binary110111111010000111101110110100000011110010000010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA1EE; }

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

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

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

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

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

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

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

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