#DFACE5

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

Shades of Plum #DFACE5

Tints of Plum #DFACE5

Color information

#DFACE5 (or 0xDFACE5) is unknown color: approx Plum. HEX triplet: DF, AC and E5. RGB value is (223,172,229). Sum of RGB (Red+Green+Blue) = 223+172+229=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 172 (67.58% from 255 or 27.56% from 624); Blue value is 229 (89.84% from 255 or 36.70% from 624); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFACE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACE5 is #20531A. Grayscale: #C1C1C1. Windows color (decimal): -2118427 or 15051999. OLE color: 15051999.

HSL color Cylindrical-coordinate representation of color #DFACE5: hue angle of 293.68º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFACE5 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB223172229-
CMYK0.030.2500.10
HSL293.68º52.29%78.63%-
HSV(B)293.68º24.89%89.8%-
XYZ59.3350.8580.82-
YUV193.75147.9148.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.74%
GREEN value IS 172 (67.58% from 255) = 27.56%
BLUE value IS 229 (89.84% from 255) = 36.70%
R=35.74%
G=27.56%
B=36.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2231722290.030.2500.10293.6852.2978.63
HexDFACE53190A126344f
Octal33725434533101244664117
Binary1101111110101100111001011111001010101001001101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACE5; }

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

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

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

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

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

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

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

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