#DFA8E1

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

Shades of Plum #DFA8E1

Tints of Plum #DFA8E1

Color information

#DFA8E1 (or 0xDFA8E1) is unknown color: approx Plum. HEX triplet: DF, A8 and E1. RGB value is (223,168,225). Sum of RGB (Red+Green+Blue) = 223+168+225=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 168 (66.02% from 255 or 27.27% from 616); Blue value is 225 (88.28% from 255 or 36.53% from 616); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFA8E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA8E1 is #20571E. Grayscale: #BEBEBE. Windows color (decimal): -2119455 or 14788831. OLE color: 14788831.

HSL color Cylindrical-coordinate representation of color #DFA8E1: hue angle of 297.89º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFA8E1 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB223168225-
CMYK0.010.2500.12
HSL297.89º48.72%77.06%-
HSV(B)297.89º25.33%88.24%-
XYZ58.0249.1377.66-
YUV190.94147.22150.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.20%
GREEN value IS 168 (66.02% from 255) = 27.27%
BLUE value IS 225 (88.28% from 255) = 36.53%
R=36.20%
G=27.27%
B=36.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231682250.010.2500.12297.8948.7277.06
HexDFA8E11190C12a314d
Octal33725034113101445261115
Binary110111111010100011100001111001011001001010101100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA8E1; }

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

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

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

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

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

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

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

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