#DFAAE1

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

Shades of Plum #DFAAE1

Tints of Plum #DFAAE1

Color information

#DFAAE1 (or 0xDFAAE1) is unknown color: approx Plum. HEX triplet: DF, AA and E1. RGB value is (223,170,225). Sum of RGB (Red+Green+Blue) = 223+170+225=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 170 (66.80% from 255 or 27.51% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFAAE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAAE1 is #20551E. Grayscale: #BFBFBF. Windows color (decimal): -2118943 or 14789343. OLE color: 14789343.

HSL color Cylindrical-coordinate representation of color #DFAAE1: hue angle of 297.82º degrees, saturation: 0.48, 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 #DFAAE1 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB223170225-
CMYK0.010.2400.12
HSL297.82º47.83%77.45%-
HSV(B)297.82º24.44%88.24%-
XYZ58.449.8777.78-
YUV192.12146.56150.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.08%
GREEN value IS 170 (66.80% from 255) = 27.51%
BLUE value IS 225 (88.28% from 255) = 36.41%
R=36.08%
G=27.51%
B=36.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231702250.010.2400.12297.8247.8377.45
HexDFAAE11180C12a304d
Octal33725234113001445260115
Binary110111111010101011100001111000011001001010101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAAE1; }

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

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

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

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

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

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

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

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