#DFAAEC

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

Shades of Plum #DFAAEC

Tints of Plum #DFAAEC

Color information

#DFAAEC (or 0xDFAAEC) is unknown color: approx Plum. HEX triplet: DF, AA and EC. RGB value is (223,170,236). Sum of RGB (Red+Green+Blue) = 223+170+236=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 170 (66.80% from 255 or 27.03% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFAAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAAEC is #205513. Grayscale: #C1C1C1. Windows color (decimal): -2118932 or 15510239. OLE color: 15510239.

HSL color Cylindrical-coordinate representation of color #DFAAEC: hue angle of 288.18º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFAAEC is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223170236-
CMYK0.060.2800.07
HSL288.18º63.46%79.61%-
HSV(B)288.18º27.97%92.55%-
XYZ59.9550.4985.94-
YUV193.37152.06149.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.45%
GREEN value IS 170 (66.80% from 255) = 27.03%
BLUE value IS 236 (92.58% from 255) = 37.52%
R=35.45%
G=27.03%
B=37.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231702360.060.2800.07288.1863.4679.61
HexDFAAEC61C071203f50
Octal3372523546340744077120
Binary1101111110101010111011001101110001111001000001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAAEC; }

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

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

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

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

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

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

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

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