#DFAAE3

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

Shades of Plum #DFAAE3

Tints of Plum #DFAAE3

Color information

#DFAAE3 (or 0xDFAAE3) is unknown color: approx Plum. HEX triplet: DF, AA and E3. RGB value is (223,170,227). Sum of RGB (Red+Green+Blue) = 223+170+227=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 227 (89.06% from 255 or 36.61% from 620); Max value from RGB is 227 - color contains mainly: blue. Hex color #DFAAE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAAE3 is #20551C. Grayscale: #C0C0C0. Windows color (decimal): -2118941 or 14920415. OLE color: 14920415.

HSL color Cylindrical-coordinate representation of color #DFAAE3: hue angle of 295.79º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFAAE3 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB223170227-
CMYK0.020.2500.11
HSL295.79º50.44%77.84%-
HSV(B)295.79º25.11%89.02%-
XYZ58.6749.9879.23-
YUV192.34147.56149.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.97%
GREEN value IS 170 (66.80% from 255) = 27.42%
BLUE value IS 227 (89.06% from 255) = 36.61%
R=35.97%
G=27.42%
B=36.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2231702270.020.2500.11295.7950.4477.84
HexDFAAE32190B128324e
Octal33725234323101345062116
Binary1101111110101010111000111011001010111001010001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAAE3; }

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

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

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

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

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

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

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

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