#DFAAE9

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

Shades of Plum #DFAAE9

Tints of Plum #DFAAE9

Color information

#DFAAE9 (or 0xDFAAE9) is unknown color: approx Plum. HEX triplet: DF, AA and E9. RGB value is (223,170,233). Sum of RGB (Red+Green+Blue) = 223+170+233=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 170 (66.80% from 255 or 27.16% from 626); Blue value is 233 (91.41% from 255 or 37.22% from 626); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFAAE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAAE9 is #205516. Grayscale: #C0C0C0. Windows color (decimal): -2118935 or 15313631. OLE color: 15313631.

HSL color Cylindrical-coordinate representation of color #DFAAE9: hue angle of 290.48º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFAAE9 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223170233-
CMYK0.040.2700.09
HSL290.48º58.88%79.02%-
HSV(B)290.48º27.04%91.37%-
XYZ59.5150.3283.67-
YUV193.03150.56149.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.62%
GREEN value IS 170 (66.80% from 255) = 27.16%
BLUE value IS 233 (91.41% from 255) = 37.22%
R=35.62%
G=27.16%
B=37.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2231702330.040.2700.09290.4858.8879.02
HexDFAAE941B091223b4f
Octal33725235143301144273117
Binary11011111101010101110100110011011010011001000101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAAE9; }

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

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

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

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

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

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

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

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