#DFACE0

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

Shades of Plum #DFACE0

Tints of Plum #DFACE0

Color information

#DFACE0 (or 0xDFACE0) is unknown color: approx Plum. HEX triplet: DF, AC and E0. RGB value is (223,172,224). Sum of RGB (Red+Green+Blue) = 223+172+224=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFACE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACE0 is #20531F. Grayscale: #C1C1C1. Windows color (decimal): -2118432 or 14724319. OLE color: 14724319.

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

Color convert

RGB223172224-
CMYK0.000.2300.12
HSL298.85º45.61%77.65%-
HSV(B)298.85º23.21%87.84%-
XYZ58.6450.5777.19-
YUV193.18145.4149.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.03%
GREEN value IS 172 (67.58% from 255) = 27.79%
BLUE value IS 224 (87.89% from 255) = 36.19%
R=36.03%
G=27.79%
B=36.19%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231722240.000.2300.12298.8545.6177.65
HexDFACE00170C12b2e4e
Octal33725434002701445356116
Binary110111111010110011100000010111011001001010111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACE0; }

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

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

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

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

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

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

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

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