#DFA0EE

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

Shades of Plum #DFA0EE

Tints of Plum #DFA0EE

Color information

#DFA0EE (or 0xDFA0EE) is unknown color: approx Plum. HEX triplet: DF, A0 and EE. RGB value is (223,160,238). Sum of RGB (Red+Green+Blue) = 223+160+238=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 160 (62.89% from 255 or 25.76% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFA0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA0EE is #205F11. Grayscale: #BBBBBB. Windows color (decimal): -2121490 or 15638751. OLE color: 15638751.

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

Color convert

RGB223160238-
CMYK0.060.3300.07
HSL288.46º69.64%78.04%-
HSV(B)288.46º32.77%93.33%-
XYZ58.434786.88-
YUV187.73156.37153.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.91%
GREEN value IS 160 (62.89% from 255) = 25.76%
BLUE value IS 238 (93.36% from 255) = 38.33%
R=35.91%
G=25.76%
B=38.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231602380.060.3300.07288.4669.6478.04
HexDFA0EE62107120464e
Octal33724035664107440106116
Binary110111111010000011101110110100001011110010000010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA0EE; }

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

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

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

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

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

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

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

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