#DFA8E3

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

Shades of Plum #DFA8E3

Tints of Plum #DFA8E3

Color information

#DFA8E3 (or 0xDFA8E3) is unknown color: approx Plum. HEX triplet: DF, A8 and E3. RGB value is (223,168,227). Sum of RGB (Red+Green+Blue) = 223+168+227=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 168 (66.02% from 255 or 27.18% from 618); Blue value is 227 (89.06% from 255 or 36.73% from 618); Max value from RGB is 227 - color contains mainly: blue. Hex color #DFA8E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA8E3 is #20571C. Grayscale: #BEBEBE. Windows color (decimal): -2119453 or 14919903. OLE color: 14919903.

HSL color Cylindrical-coordinate representation of color #DFA8E3: hue angle of 295.93º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFA8E3 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB223168227-
CMYK0.020.2600.11
HSL295.93º51.3%77.45%-
HSV(B)295.93º25.99%89.02%-
XYZ58.349.2479.1-
YUV191.17148.22150.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.08%
GREEN value IS 168 (66.02% from 255) = 27.18%
BLUE value IS 227 (89.06% from 255) = 36.73%
R=36.08%
G=27.18%
B=36.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2231682270.020.2600.11295.9351.377.45
HexDFA8E321A0B128334d
Octal33725034323201345063115
Binary1101111110101000111000111011010010111001010001100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA8E3; }

 p { color: rgb(223,168,227); }

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

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

 a { background-color: rgb(223,168,227); }

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

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

 span { border-color: rgb(223,168,227); }

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