#DFAAEA

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

Shades of Plum #DFAAEA

Tints of Plum #DFAAEA

Color information

#DFAAEA (or 0xDFAAEA) is unknown color: approx Plum. HEX triplet: DF, AA and EA. RGB value is (223,170,234). Sum of RGB (Red+Green+Blue) = 223+170+234=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 170 (66.80% from 255 or 27.11% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFAAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAAEA is #205515. Grayscale: #C0C0C0. Windows color (decimal): -2118934 or 15379167. OLE color: 15379167.

HSL color Cylindrical-coordinate representation of color #DFAAEA: hue angle of 289.69º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFAAEA is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223170234-
CMYK0.050.2700.08
HSL289.69º60.38%79.22%-
HSV(B)289.69º27.35%91.76%-
XYZ59.6650.3884.42-
YUV193.14151.06149.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.57%
GREEN value IS 170 (66.80% from 255) = 27.11%
BLUE value IS 234 (91.80% from 255) = 37.32%
R=35.57%
G=27.11%
B=37.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231702340.050.2700.08289.6960.3879.22
HexDFAAEA51B081223c4f
Octal33725235253301044274117
Binary11011111101010101110101010111011010001001000101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAAEA; }

 p { color: rgb(223,170,234); }

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

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

 a { background-color: rgb(223,170,234); }

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

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

 span { border-color: rgb(223,170,234); }

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