#DFACE1

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

Shades of Plum #DFACE1

Tints of Plum #DFACE1

Color information

#DFACE1 (or 0xDFACE1) is unknown color: approx Plum. HEX triplet: DF, AC and E1. RGB value is (223,172,225). Sum of RGB (Red+Green+Blue) = 223+172+225=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 225 (88.28% from 255 or 36.29% from 620); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACE1 is #20531E. Grayscale: #C1C1C1. Windows color (decimal): -2118431 or 14789855. OLE color: 14789855.

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

Color convert

RGB223172225-
CMYK0.010.2400.12
HSL297.74º46.9%77.84%-
HSV(B)297.74º23.56%88.24%-
XYZ58.7750.6377.91-
YUV193.29145.9149.19-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.97%
GREEN value IS 172 (67.58% from 255) = 27.74%
BLUE value IS 225 (88.28% from 255) = 36.29%
R=35.97%
G=27.74%
B=36.29%

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
Decimal2231722250.010.2400.12297.7446.977.84
HexDFACE11180C12a2f4e
Octal33725434113001445257116
Binary110111111010110011100001111000011001001010101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACE1; }

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

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

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

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

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

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

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

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