#DFACE6

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

Shades of Plum #DFACE6

Tints of Plum #DFACE6

Color information

#DFACE6 (or 0xDFACE6) is unknown color: approx Plum. HEX triplet: DF, AC and E6. RGB value is (223,172,230). Sum of RGB (Red+Green+Blue) = 223+172+230=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 172 (67.58% from 255 or 27.52% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFACE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFACE6 is #205319. Grayscale: #C1C1C1. Windows color (decimal): -2118426 or 15117535. OLE color: 15117535.

HSL color Cylindrical-coordinate representation of color #DFACE6: hue angle of 292.76º degrees, saturation: 0.54, 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 #DFACE6 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB223172230-
CMYK0.030.2500.10
HSL292.76º53.7%78.82%-
HSV(B)292.76º25.22%90.2%-
XYZ59.4750.9181.55-
YUV193.86148.4148.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.68%
GREEN value IS 172 (67.58% from 255) = 27.52%
BLUE value IS 230 (90.23% from 255) = 36.8%
R=35.68%
G=27.52%
B=36.8%

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
Decimal2231722300.030.2500.10292.7653.778.82
HexDFACE63190A125364f
Octal33725434633101244566117
Binary1101111110101100111001101111001010101001001011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACE6; }

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

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

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

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

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

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

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

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