#DFAAE0

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

Shades of Plum #DFAAE0

Tints of Plum #DFAAE0

Color information

#DFAAE0 (or 0xDFAAE0) is unknown color: approx Plum. HEX triplet: DF, AA and E0. RGB value is (223,170,224). Sum of RGB (Red+Green+Blue) = 223+170+224=617 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.14% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFAAE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAAE0 is #20551F. Grayscale: #BFBFBF. Windows color (decimal): -2118944 or 14723807. OLE color: 14723807.

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

Color convert

RGB223170224-
CMYK0.000.2400.12
HSL298.89º46.55%77.25%-
HSV(B)298.89º24.11%87.84%-
XYZ58.2649.8277.07-
YUV192146.06150.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.14%
GREEN value IS 170 (66.80% from 255) = 27.55%
BLUE value IS 224 (87.89% from 255) = 36.30%
R=36.14%
G=27.55%
B=36.30%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231702240.000.2400.12298.8946.5577.25
HexDFAAE00180C12b2f4d
Octal33725234003001445357115
Binary110111111010101011100000011000011001001010111011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAAE0; }

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

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

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

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

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

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

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

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